mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-30 11:34:26 -04:00
generated docs
This commit is contained in:
parent
e9414a13cc
commit
15e270e5ca
1 changed files with 29 additions and 0 deletions
|
@ -39,6 +39,7 @@ Commands:
|
|||
* [apply](#constellation-iam-upgrade-apply): Apply an upgrade to an IAM profile
|
||||
* [version](#constellation-version): Display version of this CLI
|
||||
* [init](#constellation-init): Initialize the Constellation cluster
|
||||
* [ssh](#constellation-ssh): Prepare your cluster for emergency ssh access
|
||||
|
||||
## constellation config
|
||||
|
||||
|
@ -842,3 +843,31 @@ constellation init [flags]
|
|||
-C, --workspace string path to the Constellation workspace
|
||||
```
|
||||
|
||||
## constellation ssh
|
||||
|
||||
Prepare your cluster for emergency ssh access
|
||||
|
||||
### Synopsis
|
||||
|
||||
Prepare your cluster for emergency ssh access and sign a given key pair for authorization.
|
||||
|
||||
```
|
||||
constellation ssh [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for ssh
|
||||
--key string The path to an existing ssh public key.
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--debug enable debug logging
|
||||
--force disable version compatibility checks - might result in corrupted clusters
|
||||
--tf-log string Terraform log level (default "NONE")
|
||||
-C, --workspace string path to the Constellation workspace
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue