Skip to content

Commit d9a8d7a

Browse files
committed
[coconut] Temporarily disable unsupported operations
1 parent 1390b80 commit d9a8d7a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

coconut/cmd/environment_destroy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ CONFIGURED state.`, product.PRETTY_SHORTNAME),
4545
}
4646

4747
func init() {
48-
environmentCmd.AddCommand(environmentDestroyCmd)
48+
//environmentCmd.AddCommand(environmentDestroyCmd)
4949
}

coconut/cmd/environment_modify.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ existing O² environment.`,
4141
}
4242

4343
func init() {
44-
environmentCmd.AddCommand(environmentModifyCmd)
45-
46-
environmentModifyCmd.Flags().StringArrayP("addroles", "a", []string{}, "a list of roles to add to the environment")
47-
environmentModifyCmd.Flags().StringArrayP("removeroles", "r", []string{}, "a list of roles to remove from the environment")
48-
environmentModifyCmd.Flags().BoolP("reconfigure", "c", false, "reconfigure all roles")
44+
//environmentCmd.AddCommand(environmentModifyCmd)
45+
//
46+
//environmentModifyCmd.Flags().StringArrayP("addroles", "a", []string{}, "a list of roles to add to the environment")
47+
//environmentModifyCmd.Flags().StringArrayP("removeroles", "r", []string{}, "a list of roles to remove from the environment")
48+
//environmentModifyCmd.Flags().BoolP("reconfigure", "c", false, "reconfigure all roles")
4949
}

0 commit comments

Comments
 (0)