Skip to content

Commit

Permalink
refactor(cmd): Update doc for secret key option in create cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Champenois <[email protected]>
  • Loading branch information
Quentinchampenois authored and alexellis committed Oct 9, 2024
1 parent f98ff84 commit 213b026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ func init() {

createCmd.Flags().String("vpc-id", "", "The VPC ID to create the exit-server in (ec2)")
createCmd.Flags().String("subnet-id", "", "The Subnet ID where the exit-server should be placed (ec2)")
createCmd.Flags().String("secret-key", "", "The access token for your cloud (scaleway, ec2)")
createCmd.Flags().String("secret-key-file", "", "Read this file for the access token for your cloud (scaleway, ec2)")
createCmd.Flags().String("secret-key", "", "The secret key for your cloud (scaleway, ec2)")
createCmd.Flags().String("secret-key-file", "", "Read this file for the secret key for your cloud (scaleway, ec2)")
createCmd.Flags().String("session-token", "", "The session token for ec2 (when using with temporary credentials)")
createCmd.Flags().String("session-token-file", "", "Read this file for the session token for ec2 (when using with temporary credentials)")

Expand Down

0 comments on commit 213b026

Please sign in to comment.