mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 23:35:11 -04:00
cli: sort CSPs in create cmd
This commit is contained in:
parent
69d0ecd26d
commit
9575d01ed3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import (
|
||||||
|
|
||||||
func newCreateCmd() *cobra.Command {
|
func newCreateCmd() *cobra.Command {
|
||||||
cmd := &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",
|
Short: "Create instances on a cloud platform for your Constellation cluster",
|
||||||
Long: "Create instances on a cloud platform for your Constellation cluster.",
|
Long: "Create instances on a cloud platform for your Constellation cluster.",
|
||||||
Args: cobra.MatchAll(
|
Args: cobra.MatchAll(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue