Skip to content

Commit

Permalink
Allow --only-spec for grr export (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes committed Aug 27, 2024
1 parent e7d30b2 commit 07b6872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/grr/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ func exportCmd(registry grizzly.Registry) *cli.Command {

return grizzly.Export(registry, dashboardDir, resources, onlySpec, format)
}
cmd = initialiseOnlySpec(cmd, &opts)
return initialiseCmd(cmd, &opts)
}

Expand Down

0 comments on commit 07b6872

Please sign in to comment.