Skip to content

Commit 3da2580

Browse files
authored
Merge branch 'main' into feat/dhernando/management-key-commands
2 parents 859f679 + c27f564 commit 3da2580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cmd/access/access.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ func NewCommand(s *state.State) *cobra.Command {
1414
Long: `Manage access settings for the Qdrant Cloud account.`,
1515
Args: cobra.NoArgs,
1616
}
17+
1718
cmd.AddCommand(newKeyCommand(s))
1819
return cmd
1920
}

0 commit comments

Comments
 (0)