mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update CLI reference (#126)
* CLI reference was updated by edgelesssys/constellation@d83a5f86 * CLI reference was updated by edgelesssys/constellation@4b36d3a9 Co-authored-by: thomasten <thomasten@users.noreply.github.com>
This commit is contained in:
parent
c41018ed32
commit
fba697144d
@ -14,15 +14,15 @@ Commands:
|
|||||||
* [config](#constellation-config): Work with the Constellation configuration file
|
* [config](#constellation-config): Work with the Constellation configuration file
|
||||||
* [generate](#constellation-config-generate): Generate a default configuration file
|
* [generate](#constellation-config-generate): Generate a default configuration file
|
||||||
* [fetch-measurements](#constellation-config-fetch-measurements): Fetch measurements for configured cloud provider and image
|
* [fetch-measurements](#constellation-config-fetch-measurements): Fetch measurements for configured cloud provider and image
|
||||||
* [instance-types](#constellation-config-instance-types): Prints the supported instance types for all cloud providers
|
* [instance-types](#constellation-config-instance-types): Print the supported instance types for all cloud providers
|
||||||
* [create](#constellation-create): Create instances on a cloud platform for your Constellation cluster
|
* [create](#constellation-create): Create instances on a cloud platform for your Constellation cluster
|
||||||
* [init](#constellation-init): Initialize the Constellation cluster
|
* [init](#constellation-init): Initialize the Constellation cluster
|
||||||
* [verify](#constellation-verify): Verify the confidential properties of a Constellation cluster
|
* [verify](#constellation-verify): Verify the confidential properties of a Constellation cluster
|
||||||
|
* [upgrade](#constellation-upgrade): Plan and perform an upgrade of a Constellation cluster
|
||||||
|
* [plan](#constellation-upgrade-plan): Plan an upgrade of a Constellation cluster
|
||||||
|
* [execute](#constellation-upgrade-execute): Execute an upgrade of a Constellation cluster
|
||||||
* [recover](#constellation-recover): Recover a completely stopped Constellation cluster
|
* [recover](#constellation-recover): Recover a completely stopped Constellation cluster
|
||||||
* [terminate](#constellation-terminate): Terminate a Constellation cluster
|
* [terminate](#constellation-terminate): Terminate a Constellation cluster
|
||||||
* [upgrade](#constellation-upgrade): Plan and perform an upgrade of a Constellation cluster
|
|
||||||
* [execute](#constellation-upgrade-execute): Execute an upgrade of a Constellation cluster
|
|
||||||
* [plan](#constellation-upgrade-plan): Plan an upgrade of a Constellation cluster
|
|
||||||
* [version](#constellation-version): Display version of this CLI
|
* [version](#constellation-version): Display version of this CLI
|
||||||
|
|
||||||
## constellation config
|
## constellation config
|
||||||
@ -31,7 +31,7 @@ Work with the Constellation configuration file
|
|||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
Generate a configuration file for Constellation.
|
Work with the Constellation configuration file.
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
@ -98,11 +98,11 @@ constellation config fetch-measurements [flags]
|
|||||||
|
|
||||||
## constellation config instance-types
|
## constellation config instance-types
|
||||||
|
|
||||||
Prints the supported instance types for all cloud providers
|
Print the supported instance types for all cloud providers
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
Prints the supported instance types for all cloud providers.
|
Print the supported instance types for all cloud providers.
|
||||||
|
|
||||||
```
|
```
|
||||||
constellation config instance-types [flags]
|
constellation config instance-types [flags]
|
||||||
@ -192,10 +192,78 @@ constellation verify [flags]
|
|||||||
### Options
|
### Options
|
||||||
|
|
||||||
```
|
```
|
||||||
--cluster-id string verify using Constellation's cluster identifier
|
--cluster-id string expected cluster identifier
|
||||||
-h, --help help for verify
|
-h, --help help for verify
|
||||||
-e, --node-endpoint string endpoint of the node to verify, passed as HOST[:PORT]
|
-e, --node-endpoint string endpoint of the node to verify, passed as HOST[:PORT]
|
||||||
--owner-id string verify using the owner identity derived from the master secret
|
```
|
||||||
|
|
||||||
|
### Options inherited from parent commands
|
||||||
|
|
||||||
|
```
|
||||||
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
```
|
||||||
|
|
||||||
|
## constellation upgrade
|
||||||
|
|
||||||
|
Plan and perform an upgrade of a Constellation cluster
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
Plan and perform an upgrade of a Constellation cluster.
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for upgrade
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options inherited from parent commands
|
||||||
|
|
||||||
|
```
|
||||||
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
```
|
||||||
|
|
||||||
|
## constellation upgrade plan
|
||||||
|
|
||||||
|
Plan an upgrade of a Constellation cluster
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
Plan an upgrade of a Constellation cluster by fetching compatible image versions and their measurements.
|
||||||
|
|
||||||
|
```
|
||||||
|
constellation upgrade plan [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-f, --file string path to output file, or '-' for stdout (omit for interactive mode)
|
||||||
|
-h, --help help for plan
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options inherited from parent commands
|
||||||
|
|
||||||
|
```
|
||||||
|
--config string path to the configuration file (default "constellation-conf.yaml")
|
||||||
|
```
|
||||||
|
|
||||||
|
## constellation upgrade execute
|
||||||
|
|
||||||
|
Execute an upgrade of a Constellation cluster
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
Execute an upgrade of a Constellation cluster by applying the chosen configuration.
|
||||||
|
|
||||||
|
```
|
||||||
|
constellation upgrade execute [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for execute
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
@ -255,75 +323,6 @@ 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")
|
||||||
```
|
```
|
||||||
|
|
||||||
## constellation upgrade
|
|
||||||
|
|
||||||
Plan and perform an upgrade of a Constellation cluster
|
|
||||||
|
|
||||||
### Synopsis
|
|
||||||
|
|
||||||
Plan and perform an upgrade of a Constellation cluster.
|
|
||||||
|
|
||||||
### Options
|
|
||||||
|
|
||||||
```
|
|
||||||
-h, --help help for upgrade
|
|
||||||
```
|
|
||||||
|
|
||||||
### Options inherited from parent commands
|
|
||||||
|
|
||||||
```
|
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
|
||||||
```
|
|
||||||
|
|
||||||
## constellation upgrade execute
|
|
||||||
|
|
||||||
Execute an upgrade of a Constellation cluster
|
|
||||||
|
|
||||||
### Synopsis
|
|
||||||
|
|
||||||
Execute an upgrade of a Constellation cluster by applying the chosen configuration.
|
|
||||||
|
|
||||||
```
|
|
||||||
constellation upgrade execute [flags]
|
|
||||||
```
|
|
||||||
|
|
||||||
### Options
|
|
||||||
|
|
||||||
```
|
|
||||||
-h, --help help for execute
|
|
||||||
```
|
|
||||||
|
|
||||||
### Options inherited from parent commands
|
|
||||||
|
|
||||||
```
|
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
|
||||||
```
|
|
||||||
|
|
||||||
## constellation upgrade plan
|
|
||||||
|
|
||||||
Plan an upgrade of a Constellation cluster
|
|
||||||
|
|
||||||
### Synopsis
|
|
||||||
|
|
||||||
Plan an upgrade of a Constellation cluster by fetching compatible image versions and their measurements.
|
|
||||||
|
|
||||||
```
|
|
||||||
constellation upgrade plan [flags]
|
|
||||||
```
|
|
||||||
|
|
||||||
### Options
|
|
||||||
|
|
||||||
```
|
|
||||||
-f, --file string path to output file, or '-' for stdout, leave empty for interactive mode
|
|
||||||
-h, --help help for plan
|
|
||||||
```
|
|
||||||
|
|
||||||
### Options inherited from parent commands
|
|
||||||
|
|
||||||
```
|
|
||||||
--config string path to the configuration file (default "constellation-conf.yaml")
|
|
||||||
```
|
|
||||||
|
|
||||||
## constellation version
|
## constellation version
|
||||||
|
|
||||||
Display version of this CLI
|
Display version of this CLI
|
||||||
|
Loading…
Reference in New Issue
Block a user