aboutsummaryrefslogtreecommitdiff
path: root/entry_points.ini
diff options
context:
space:
mode:
authorStevan Radaković <stevan.radakovic@linaro.org>2016-09-29 00:19:30 +0200
committerNeil Williams <neil.williams@linaro.org>2016-10-10 07:44:45 +0000
commit32c020fb1a7ead715aef79781a960b21dd56c7c5 (patch)
treea1179417a439539ad753e65ec2d8395ddd298ee0 /entry_points.ini
parent748f41db57412c1aa4857edc5746dbe510e86a70 (diff)
lava-tool shortcuts.
Commands such as submit-job, auth-remove, auth-list etc. now support shortcuts for url and users and default user for url. Shortcuts/defaults are set through auth-add or the new command auth-config. Change-Id: Iafd97819a6c1aa891afe90b5f0aac2643191639f Reviewed-on: https://review.linaro.org/14535 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Neil Williams <neil.williams@linaro.org>
Diffstat (limited to 'entry_points.ini')
-rw-r--r--entry_points.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/entry_points.ini b/entry_points.ini
index 111889a..c877aed 100644
--- a/entry_points.ini
+++ b/entry_points.ini
@@ -23,6 +23,7 @@ help = lava.tool.commands.help:help
auth-add = lava_tool.commands.auth:auth_add
auth-list = lava_tool.commands.auth:auth_list
auth-remove = lava_tool.commands.auth:auth_remove
+auth-config = lava_tool.commands.auth:auth_config
submit-job = lava_scheduler_tool.commands:submit_job
resubmit-job = lava_scheduler_tool.commands:resubmit_job
cancel-job = lava_scheduler_tool.commands:cancel_job