We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52725d8 commit 91dceedCopy full SHA for 91dceed
SoftLayer/CLI/routes.py
@@ -8,7 +8,7 @@
8
9
ALL_ROUTES = [
10
('shell', 'SoftLayer.shell.core:cli'),
11
- ('login', 'SoftLayer.CLI.login:cli'),
+ ('emplogin', 'SoftLayer.CLI.login:cli'),
12
13
('call-api', 'SoftLayer.CLI.call_api:cli'),
14
docs/cli/commands.rst
@@ -45,3 +45,13 @@ Can be called with an un-authenticated API call.
45
.. click:: SoftLayer.CLI.search:cli
46
:prog: search
47
:show-nested:
48
+
49
50
+Employee Login
51
+==============
52
53
+Allows employees to use their login information to make API calls.
54
55
+.. click:: SoftLayer.CLI.login:cli
56
+ :prog: emplogin
57
+ :show-nested:
0 commit comments