Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

now scale ls prints the same deployment multiple times #1174

Closed
OlliV opened this issue Mar 7, 2018 · 1 comment
Closed

now scale ls prints the same deployment multiple times #1174

OlliV opened this issue Mar 7, 2018 · 1 comment
Labels
triaged: bug Issue or PR has been reviewed by a maintainer and work is being tracked

Comments

@OlliV
Copy link
Contributor

OlliV commented Mar 7, 2018

now scale ls prints the same deployments as many times as I have instances per deployment:

now scale ls|grep api-get-ns
api-get-ns (5 of 6 total)
 a.now.sh                                    2        2        2        ✖       8m
 a.now.sh                                    2        2        2        ✖       8m
 b.now.sh                                    2        2        2        ✖      22d
 b.now.sh                                    2        2        2        ✖      22d
 c.now.sh                                    2        2        2        ✖      29d

If I however give the app name it works correctly:

now scale ls api-get-ns
(node:1706) ExperimentalWarning: The http2 module is an experimental API.
api-get-ns (3 of 3 total)

 url                                     cur      min      max     auto      age
 a.now.sh                                  2        2        2        ✖       7m
 b.now.sh                                  2        2        2        ✖      22d
 c.now.sh                                  2        2        2        ✖      29d
@OlliV OlliV added the triaged: bug Issue or PR has been reviewed by a maintainer and work is being tracked label Mar 7, 2018
@OlliV
Copy link
Contributor Author

OlliV commented Jul 29, 2018

The command has been deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged: bug Issue or PR has been reviewed by a maintainer and work is being tracked
Projects
None yet
Development

No branches or pull requests

1 participant