lib/chef-cli/command/push.rb in chef-cli-5.6.0 vs lib/chef-cli/command/push.rb in chef-cli-5.6.1
- old
+ new
@@ -42,9 +42,18 @@
Options:
E
+ option :credential,
+ long: "--credentials string",
+ description: "The credentials file to load for user profiles (default $HOME/.chef/credentials)"
+
+ option :profile,
+ short: "-p",
+ long: "--profile PROFILE",
+ description: "The credentials profile to select."
+
attr_reader :policyfile_relative_path
attr_reader :policy_group
attr_accessor :ui