Skip to content

Commit 9b4b6b1

Browse files
author
Matthew Fisher
committed
ref(client): rename shortcut to "pull"
Changing the name to something that seems more accurate, as some people associate "build" with `docker build`. It also complements `docker pull` quite nicely, since we are effectively "pulling" images into Deis.
1 parent 03279a3 commit 9b4b6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ def shortcuts(self, args):
15741574
('register', 'auth:register'),
15751575
('login', 'auth:login'),
15761576
('logout', 'auth:logout'),
1577-
('build', 'builds:create'),
1577+
('pull', 'builds:create'),
15781578
('scale', 'ps:scale'),
15791579
('rollback', 'releases:rollback'),
15801580
('sharing', 'perms:list'),

0 commit comments

Comments
 (0)