Skip to content

Commit 6584e0d

Browse files
author
Matthew Fisher
committed
refactor(client): alphabetize command shortcuts
1 parent 99dfdf1 commit 6584e0d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

client/deis.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,17 +1593,17 @@ def shortcuts(self, args):
15931593
SHORTCUTS = OrderedDict([
15941594
('create', 'apps:create'),
15951595
('destroy', 'apps:destroy'),
1596-
('init', 'clusters:create'),
15971596
('info', 'apps:info'),
1598-
('run', 'apps:run'),
1599-
('open', 'apps:open'),
1600-
('logs', 'apps:logs'),
1601-
('register', 'auth:register'),
1597+
('init', 'clusters:create'),
16021598
('login', 'auth:login'),
16031599
('logout', 'auth:logout'),
1600+
('logs', 'apps:logs'),
1601+
('open', 'apps:open'),
16041602
('pull', 'builds:create'),
1605-
('scale', 'ps:scale'),
1603+
('register', 'auth:register'),
16061604
('rollback', 'releases:rollback'),
1605+
('run', 'apps:run'),
1606+
('scale', 'ps:scale'),
16071607
('sharing', 'perms:list'),
16081608
('sharing:list', 'perms:list'),
16091609
('sharing:add', 'perms:create'),

0 commit comments

Comments
 (0)