Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit cfbf472

Browse files
committed
add comment
1 parent 0ed8bda commit cfbf472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cmd/envs.go

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ func createEnvCommand() *cobra.Command {
147147
Use: "create [environment_name]",
148148
Short: "create a new environment.",
149149
Args: cobra.ExactArgs(1),
150+
// Don't unhide this command until we can pass image names instead of image id's.
150151
Hidden: true,
151152
Long: "Create a new environment under the active user.",
152153
Example: `# create a new environment using default resource amounts

0 commit comments

Comments
 (0)