bin/sf in salesforce-deploy-tool-0.3.2 vs bin/sf in salesforce-deploy-tool-0.3.3
- old
+ new
@@ -62,11 +62,9 @@
c.option "--append", "Pull code appending it to the local repository"
c.option "--debug", "Verbose output"
c.option "--sandbox NAME", "-s NAME", "use 'prod' to deploy production or sandbox name"
c.action do |args, options|
- pp options
-
# Parameter validation:
if options.sandbox.nil? and sandbox.nil?
puts "error: please specify the sandbox to pull from using --sandbox"
exit 1
end