List, set and unset the global pull policy used by other commands
You can use this command to list, set, and unset the default pull policy that will be used when working with containers:
pack config pull-policy
.pack config pull-policy <always | if-not-present | never>
.pack config pull-policy --unset
.
Unsetting the pull policy will reset the policy to the default, which is [94malways[0mpack config pull-policy <always | if-not-present | never> [flags]
-h, --help Help for 'pull-policy'
-u, --unset Unset pull policy, and set it back to the default pull-policy, which is [94malways[0m
--force-color Force color output
--no-color Disable color output
-q, --quiet Show less output
--timestamps Enable timestamps in output
-v, --verbose Show more output