bin/aptly-cli in aptly_cli-0.3.3 vs bin/aptly-cli in aptly_cli-0.3.4
- old
+ new
@@ -16,10 +16,12 @@
$debug = false
global_option('-c', '--config FILE', 'Path to YAML config file') do |config_file|
$config_file = config_file
end
-
+global_option('--no-config', 'Don\'t try to read YAML config file') do |config_file|
+ $config_file = nil
+end
global_option('-s', '--server SERVER', 'Host name or IP address of Aptly API server') do |server|
$server = server
end
global_option('-p', '--port PORT', 'Port of Aptly API server') do |port|
$port = port