Skip to content

Commit

Permalink
Add cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
notfelineit committed Jan 21, 2025
1 parent 16ba5f5 commit 0766289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/keyspace/keyspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func KeyspaceCmd(ch *cmdutil.Helper) *cobra.Command {
cmd.AddCommand(VSchemaCmd(ch))
cmd.AddCommand(CreateCmd(ch))
cmd.AddCommand(ResizeCmd(ch))
cmd.AddCommand(RolloutStatusCmd(ch))

return cmd
}
Expand Down

0 comments on commit 0766289

Please sign in to comment.