-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Added create command #599
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
Added create command #599
Conversation
|
👍 ping @rhy-jot |
plugins/00_dokku-standard/commands
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed? It looks like ENV creation is automatically handled by the config:set command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, I will remove it.
|
I removed the useless |
|
+1 ping @rhy-jot |
|
+1 |
|
I haven't gone through pull requests yet, but will take a look at this soon! |
|
Great, looking forward to it. |
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
|
Just a note, I implemented this slightly differently in #759 to maintain compatibility with how heroku handles it. |
This allows app configuration before the first push (see #487).