mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 16:09:39 -05:00
cli: sort CSPs in create cmd
This commit is contained in:
parent
69d0ecd26d
commit
9575d01ed3
@ -18,7 +18,7 @@ import (
|
||||
|
||||
func newCreateCmd() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "create {aws|gcp|azure}",
|
||||
Use: "create {aws|azure|gcp}",
|
||||
Short: "Create instances on a cloud platform for your Constellation cluster",
|
||||
Long: "Create instances on a cloud platform for your Constellation cluster.",
|
||||
Args: cobra.MatchAll(
|
||||
|
Loading…
Reference in New Issue
Block a user