lib/kameleon/cli.rb in kameleon-builder-2.10.8 vs lib/kameleon/cli.rb in kameleon-builder-2.10.9
- old
+ new
@@ -388,10 +388,14 @@
:default => nil,
:desc => "Uses specific checkpoint to build the image. " \
"Default value is the last checkpoint."
method_option :enable_checkpoint, :type => :boolean,
:default => false,
- :desc => "Enables checkpoint [experimental]"
+ :desc => "Enables checkpointing"
+ method_option :microstep_checkpoint, :type => :string,
+ :enum => ["first", "all"],
+ :default => "first",
+ :desc => "Create checkpoint of the first microstep only, or all"
method_option :list_checkpoints, :type => :boolean, :aliases => "--checkpoints",
:default => false,
:desc => "Lists all availables checkpoints"
method_option :enable_cache, :type => :boolean,
:default => false,