Skip to content

Commit

Permalink
add missing registry setup cmd (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie023 authored Jan 10, 2023
1 parent fa23242 commit 2302e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/granted/registry/registry_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var ProfileRegistryCommand = cli.Command{
Name: "registry",
Usage: "Manage Profile Registries",
Description: "Profile Registries allow you to easily share AWS profile configuration in a team.",
Subcommands: []*cli.Command{&AddCommand, &SyncCommand, &RemoveCommand, &MigrateCommand},
Subcommands: []*cli.Command{&AddCommand, &SyncCommand, &RemoveCommand, &MigrateCommand, &SetupCommand},
Action: func(c *cli.Context) error {
registries, err := GetProfileRegistries()
if err != nil {
Expand Down

0 comments on commit 2302e60

Please sign in to comment.