Skip to content

Commit 1b6d0b8

Browse files
authored
Merge pull request #792 from hilary/ea-flag
Update Container Registry to EA status
2 parents 83e6cdb + 7687b20 commit 1b6d0b8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

commands/registry.go

+4-6
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ func Registry() *Command {
4242
Command: &cobra.Command{
4343
Use: "registry",
4444
Aliases: []string{"reg", "r"},
45-
Short: "[Beta] Display commands for working with container registries",
46-
Long: "[Beta] The subcommands of `doctl registry` create, manage, and allow access to your private container registry.",
47-
Hidden: true,
45+
Short: "[EA] Display commands for working with container registries",
46+
Long: "[EA] The subcommands of `doctl registry` create, manage, and allow access to your private container registry.",
4847
},
4948
}
5049

@@ -94,9 +93,8 @@ func Repository() *Command {
9493
Command: &cobra.Command{
9594
Use: "repository",
9695
Aliases: []string{"repo", "r"},
97-
Short: "[Beta] Display commands for working with repositories in a container registry",
98-
Long: "[Beta] The subcommands of `doctl registry repository` help you command actions related to a repository.",
99-
Hidden: true,
96+
Short: "[EA] Display commands for working with repositories in a container registry",
97+
Long: "[EA] The subcommands of `doctl registry repository` help you command actions related to a repository.",
10098
},
10199
}
102100

0 commit comments

Comments
 (0)