[#1704] cli: Add force option to the command container create

Validate policy before container creation

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
Anton Nikiforov 2022-09-27 09:49:45 +03:00 committed by fyrchik
parent 4eb0ed11f8
commit 8bf82d738b
4 changed files with 27 additions and 9 deletions

View file

@ -31,6 +31,9 @@ const (
Verbose = "verbose"
VerboseShorthand = "v"
VerboseUsage = "verbose output"
ForceFlag = "force"
ForceFlagShorthand = "f"
)
// Init adds common flags to the command: