mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update CLI reference (#613)
* CLI reference was updated by edgelesssys/constellation@9f64fdad * CLI reference was updated by edgelesssys/constellation@1f9b6ba9 Co-authored-by: daniel-weisse <daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
b915d03487
commit
d8463e984b
@ -46,6 +46,7 @@ Work with the Constellation configuration file.
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation config generate
|
## constellation config generate
|
||||||
@ -71,6 +72,7 @@ constellation config generate {aws|azure|gcp|qemu} [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation config fetch-measurements
|
## constellation config fetch-measurements
|
||||||
@ -97,6 +99,7 @@ constellation config fetch-measurements [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation config instance-types
|
## constellation config instance-types
|
||||||
@ -121,6 +124,7 @@ constellation config instance-types [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation create
|
## constellation create
|
||||||
@ -149,6 +153,7 @@ constellation create [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation init
|
## constellation init
|
||||||
@ -175,6 +180,7 @@ constellation init [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation mini
|
## constellation mini
|
||||||
@ -195,6 +201,7 @@ Manage MiniConstellation clusters.
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation mini up
|
## constellation mini up
|
||||||
@ -218,6 +225,12 @@ constellation mini up [flags]
|
|||||||
-h, --help help for up
|
-h, --help help for up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Options inherited from parent commands
|
||||||
|
|
||||||
|
```
|
||||||
|
--debug enable debug logging
|
||||||
|
```
|
||||||
|
|
||||||
## constellation mini down
|
## constellation mini down
|
||||||
|
|
||||||
Destroy a MiniConstellation cluster
|
Destroy a MiniConstellation cluster
|
||||||
@ -234,12 +247,14 @@ constellation mini down [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
-h, --help help for down
|
-h, --help help for down
|
||||||
|
-y, --yes terminate the cluster without further confirmation
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation verify
|
## constellation verify
|
||||||
@ -268,6 +283,7 @@ constellation verify [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation upgrade
|
## constellation upgrade
|
||||||
@ -288,6 +304,7 @@ Plan and perform an upgrade of a Constellation cluster.
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation upgrade plan
|
## constellation upgrade plan
|
||||||
@ -313,6 +330,7 @@ constellation upgrade plan [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation upgrade execute
|
## constellation upgrade execute
|
||||||
@ -337,6 +355,7 @@ constellation upgrade execute [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation recover
|
## constellation recover
|
||||||
@ -364,6 +383,7 @@ constellation recover [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation terminate
|
## constellation terminate
|
||||||
@ -389,6 +409,7 @@ constellation terminate [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation version
|
## constellation version
|
||||||
@ -413,5 +434,6 @@ constellation version [flags]
|
|||||||
|
|
||||||
```
|
```
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
--debug enable debug logging
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user