-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add a "list" command to list all apps #586
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
Conversation
|
👍 |
|
Actually it fails if you have no app running. |
|
This would be handy indeed, I've quickly made a very hacky solution that works good enough for me. Pretty much the same as this solution but in plugin format :P |
If you've ever forgotten what you named your app, and you didn't know where dokku installs apps and had to look it up for yourself, this command will be useful.
The list command now handles the case where there are no containers running.
|
Is anyone merging pull requests? This would be very useful to me. |
|
+1 this would also be very useful for me |
|
+1 |
|
-1 to merge this in core. |
Conflicts: README.md dokku
This creates the following commands: - apps - apps:create <app> - apps:destroy <app> It also: - makes `delete` an alias for `apps:destroy` - adds confirmation to `apps:destroy` - allows a developer to remove apps that have been created via apps:create but have not been deployed Refs #87 Refs #543 Refs #586 Closes #599 Refs #655 Refs #656 Refs #685 Closes #757
If you don't remember what you called your app and you don't know where to look, this command helps.