-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27591/
-----------------------------------------------------------
Review request for Aurora and Bill Farner.
Bugs: AURORA-854
https://issues.apache.org/jira/browse/AURORA-854
Repository: aurora
Description
-------
Remove --bind-var for cron deschedule.
Diffs
-----
src/main/python/apache/aurora/client/cli/cron.py
3416c8e1932056725880f2007b60d77112759428
Diff: https://reviews.apache.org/r/27591/diff/
Testing
-------
````
[tw-mbp-zmanji aurora (fix-cron-help)]$ ./pants
./src/main/python/apache/aurora/client/cli:aurora2
Build operating on top level addresses:
set([BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/cli/BUILD,
aurora2)])
Building PythonBinary
PythonBinary(BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/cli/BUILD,
aurora2)):
Wrote /Users/zmanji/workspace/aurora/dist/aurora2.pex
[tw-mbp-zmanji aurora (fix-cron-help)]$ ./dist/aurora2.pex cron deschedule
--help
usage: aurora2.pex cron deschedule [-h] [--verbose-logging]
[--logging-level numeric_level]
[--error-log-dir ERROR_LOG_DIR]
[--skip-hooks hook,hook,...]
CLUSTER/ROLE/ENV/NAME
positional arguments:
CLUSTER/ROLE/ENV/NAME
Fully specified job key, in CLUSTER/ROLE/ENV/NAME
format
optional arguments:
-h, --help show this help message and exit
--verbose-logging, -v
Show verbose logging, including all logs up to level
INFO (equivalent to --logging-level=20)
--logging-level numeric_level
Set logging to a specific numeric level, using the
standard python log-levels.
--error-log-dir ERROR_LOG_DIR
Directory location where error files containing stack
traces should be written. If the directory doesn't
exist, it will be created
--skip-hooks hook,hook,...
A comma-separated list of command hook names that
should be skipped. If the hooks cannot be skipped,
then the command will be aborted
````
Thanks,
Zameer Manji