Skip to content

Commit 91dceed

Browse files
Added emplogin docs
1 parent 52725d8 commit 91dceed

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

SoftLayer/CLI/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ALL_ROUTES = [
1010
('shell', 'SoftLayer.shell.core:cli'),
11-
('login', 'SoftLayer.CLI.login:cli'),
11+
('emplogin', 'SoftLayer.CLI.login:cli'),
1212

1313
('call-api', 'SoftLayer.CLI.call_api:cli'),
1414

docs/cli/commands.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,13 @@ Can be called with an un-authenticated API call.
4545
.. click:: SoftLayer.CLI.search:cli
4646
:prog: search
4747
: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

Comments
 (0)