Thomas Tendyck
|
4b36d3a930
|
cli: minor improvements of output
|
2022-09-12 12:56:29 +02:00 |
|
Thomas Tendyck
|
bd63aa3c6b
|
add license headers
sed -i '1i/*\nCopyright (c) Edgeless Systems GmbH\n\nSPDX-License-Identifier: AGPL-3.0-only\n*/\n' `grep -rL --include='*.go' 'DO NOT EDIT'`
gofumpt -w .
|
2022-09-05 09:17:25 +02:00 |
|
Daniel Weiße
|
7c832273fd
|
AB#2309 constellation upgrade execute (#2)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
|
2022-08-29 16:49:44 +02:00 |
|
katexochen
|
c3ebd3d3cd
|
Move cli/cmd into cli/internal
|
2022-06-08 11:59:23 +02:00 |
|
katexochen
|
4912ab0195
|
Move command sorting setting into cli/cmd
|
2022-06-08 11:53:55 +02:00 |
|
Thomas Tendyck
|
9f0c751f1b
|
cli: fix command order and minor wording tweaks in config cmd
|
2022-05-27 16:53:04 +02:00 |
|
Fabian Kammel
|
83857b142c
|
AB#2064 Feat/config/dev config to config (#139)
Renamed dev-config to config, additionally changed cdbg config to yaml.
|
2022-05-13 11:56:43 +02:00 |
|
Fabian Kammel
|
094a8b7659
|
Feat/config/generate (#136)
Implement config command & generate verb to write default configuration to file or stdout.
|
2022-05-12 15:14:52 +02:00 |
|
Thomas Tendyck
|
d76703061b
|
cli: add minimal doc generator (#129)
* cli: add minimal doc generator
* fixup! cli: add
|
2022-05-11 09:20:37 +02:00 |
|
Nils Hanke
|
2a6b1e2277
|
Display usage when args are defined in an invalid way
|
2022-05-10 12:33:49 +02:00 |
|
Thomas Tendyck
|
bbfd84729d
|
cli: minor wording tweaks
|
2022-05-09 17:16:36 +02:00 |
|
Thomas Tendyck
|
19bd097864
|
cli: format UI strings as suggested by cobra
|
2022-05-09 16:54:17 +02:00 |
|
katexochen
|
1189078c5a
|
Replace mutiple args with flags
AB#1955
|
2022-05-04 17:14:03 +02:00 |
|
Malte Poll
|
e13ec3f914
|
"constellation recover" CLI command
Signed-off-by: Malte Poll <mp@edgeless.systems>
|
2022-05-04 08:41:32 +02:00 |
|
Thomas Tendyck
|
1408b36db7
|
cli: minor cleanup in root cmd init
|
2022-05-03 08:40:26 +02:00 |
|
Thomas Tendyck
|
8d73aab0ce
|
cli: sort cmds by workflow instead of alphabetically
|
2022-05-03 08:40:26 +02:00 |
|
Leonard Cohnen
|
2d8fcd9bf4
|
monorepo
Co-authored-by: Malte Poll <mp@edgeless.systems>
Co-authored-by: katexochen <katexochen@users.noreply.github.com>
Co-authored-by: Daniel Weiße <dw@edgeless.systems>
Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
Co-authored-by: Benedict Schlueter <bs@edgeless.systems>
Co-authored-by: leongross <leon.gross@rub.de>
Co-authored-by: Moritz Eckert <m1gh7ym0@gmail.com>
|
2022-03-22 16:09:39 +01:00 |
|