Skip to content

Commit

Permalink
Register the project flag for minder datasource (#5189)
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov authored Dec 12, 2024
1 parent 8502c32 commit b69d87d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/cli/app/datasource/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ var DataSourceCmd = &cobra.Command{

func init() {
app.RootCmd.AddCommand(DataSourceCmd)
// Flags for all subcommands
DataSourceCmd.PersistentFlags().StringP("project", "j", "", "ID of the project")
}

0 comments on commit b69d87d

Please sign in to comment.