Permalink
Browse files
Added the consume command to the feature-flagged list
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
cmd/juju/commands/main_test.go
|
|
@@ -535,6 +535,7 @@ var devFeatures = []string{feature.CrossModelRelations} |
|
|
|
|
|
// These are the commands that are behind the `devFeatures`.
|
|
|
var commandNamesBehindFlags = set.NewStrings(
|
|
|
+ "consume",
|
|
|
"find-endpoints",
|
|
|
"list-offers",
|
|
|
"offer",
|
|
|
|
0 comments on commit
73924d9