这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@josegonzalez
Copy link
Member

This creates the following commands:

  • apps
  • apps:create
  • apps:destroy

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

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
josegonzalez added a commit that referenced this pull request Nov 16, 2014
Create an `apps` core plugin.
@josegonzalez josegonzalez merged commit bca8aa3 into master Nov 16, 2014
@josegonzalez josegonzalez deleted the apps-plugin branch November 16, 2014 07:36
@josegonzalez
Copy link
Member Author

Note: the implementation for listing all apps is a bit different because you can now have a bare app due to how apps:create works.

@josegonzalez josegonzalez added this to the v0.3.1 milestone Nov 16, 2014
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious as to the point of wiping the cache from inside a new container and not doing on the host after we delete the container.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was moved from the original pre-delete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create an apps core plugin

3 participants