You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be very useful to add --untar / --untardir flags to policy pull command.
So, the policy content could be retrieved to disk at one step, i.e.
policy pull --untar --untardir ~/policices .....`
Currently, to get raw sources from the policy OCI container, one need to execute 3 commands
policy pull ...
policy save ...
tar ...
The similar flags are implemented in helm pull command of Helm and it inspired the creation of this feature request.
Usage:
helm pull [chart URL | repo/chartname] [...] [flags]
Flags:
--untar if set to true, will untar the chart after downloading it
--untardir string if untar is specified, this flag specifies the name of the directory into which the chart is expanded (default ".")
The text was updated successfully, but these errors were encountered:
Hello
It could be very useful to add
--untar
/--untardir
flags topolicy pull
command.So, the policy content could be retrieved to disk at one step, i.e.
Currently, to get raw sources from the policy OCI container, one need to execute 3 commands
The similar flags are implemented in
helm pull
command of Helm and it inspired the creation of this feature request.The text was updated successfully, but these errors were encountered: