Open slack opened 8 years ago
If the value is found, it should unset that value, if the value doesn't match it should throw a bad request. If no value is given it should clear the value, like it does now.
At the moment there is no validation on the process given, so the cli is trying to unset limits on the process web=64M
, which doesn't exist.
Just to clarify, you would expect:
deis limits:unset web=64M
to return an error like Error: No limits defined for process 'web=64M'
or do you expect it to unset the memory limit on process web
I would expect deis limits:unset web=64M
to clear the limit if it matched the currently set value of '64M', otherwise throw an error and not create a new release.
If deis limits:unset web=64M
does match, then unset and create the release.
If deis limits:unset web
is called it should unset the memory limit for web, regardless of its current value.
given that we have a workaround, is this something we can get back to after 2.0?
ping @slack as to if this issue needs to be resolved in v2.0-rc1
-- if so, let's label with showstopper
-- otherwise, as @bacongobbler mentioned, I might suggest we move to a later milestone...
This issue was moved to teamhephy/workflow-cli#30
Looks like
deis limits:unset web
does, bit of a surprise behavior.