We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764522d commit cb09367Copy full SHA for cb09367
1 file changed
client/deis.py
@@ -1448,15 +1448,17 @@ def limits_unset(self, args):
1448
Usage: deis limits:unset [--memory | --cpu] <type>... [options]
1449
1450
Arguments:
1451
- -m, --memory limit memory [default: true]
1452
- -c, --cpu limit cpu shares
1453
<type>
1454
the process type as defined in your Procfile, such as 'web' or 'worker'.
1455
Note that Dockerfile apps have a default 'cmd' process type.
1456
1457
Options:
1458
-a --app=<app>
1459
the uniquely identifiable name for the application.
+ -c --cpu
+ limits cpu shares.
1460
+ -m --memory
1461
+ limits memory. [default: true]
1462
"""
1463
app = args.get('--app')
1464
if not app:
0 commit comments