mend
Reorder the argument list for the ckan alias command
This commit is contained in:
parent
9247cb4acb
commit
b593510f53
|
@ -7,7 +7,7 @@
|
||||||
# Shift three arguments so that we can reorder the argument list
|
# Shift three arguments so that we can reorder the argument list
|
||||||
# ckan -c /srv/app/production.ini datastore set-permissions
|
# ckan -c /srv/app/production.ini datastore set-permissions
|
||||||
# becomes
|
# becomes
|
||||||
# paster --plugin datastore -c /srv/app/production.ini set-permissions
|
# paster --plugin=ckan datastore -c /srv/app/production.ini set-permissions
|
||||||
config_switch=$1
|
config_switch=$1
|
||||||
config_file=$2
|
config_file=$2
|
||||||
subcommand=$3
|
subcommand=$3
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Shift three arguments so that we can reorder the argument list
|
# Shift three arguments so that we can reorder the argument list
|
||||||
# ckan -c /srv/app/production.ini datastore set-permissions
|
# ckan -c /srv/app/production.ini datastore set-permissions
|
||||||
# becomes
|
# becomes
|
||||||
# paster --plugin datastore -c /srv/app/production.ini set-permissions
|
# paster --plugin=ckan datastore -c /srv/app/production.ini set-permissions
|
||||||
config_switch=$1
|
config_switch=$1
|
||||||
config_file=$2
|
config_file=$2
|
||||||
subcommand=$3
|
subcommand=$3
|
||||||
|
|
Loading…
Reference in New Issue