Destroys an App in the CloudCaptain Console. This will kill all current deployments of this app in all environments, remove all its images from the CloudCaptain Vault, and destroy the app in the CloudCaptain Console.
Usage: mvn boxfuse:destroy -Dboxfuse.app=appName
> mvn boxfuse:destroy -Dboxfuse.app=hello Destroying myuser/hello ... Successfully destroyed myuser/hello
Plugin Parameter | Maven/System property | Default | Description |
---|---|---|---|
user | boxfuse.user | Required - Your CloudCaptain Client user. Also configurable via the BOXFUSE_USER
environment variable or the Maven settings.xml
|
|
secret | boxfuse.secret | Required - Your CloudCaptain Client secret. Also configurable via the BOXFUSE_SECRET
environment variable or the Maven settings.xml |
|
serverid | boxfuse.serverid | boxfuse | The id of the server in the Maven settings.xml file to
load the credentials from. This is an alternative to passing the credentials in directly through properties. |
app | boxfuse.app | The name of the application |
<configuration> <user>1234567890abcdef1234567890abcdef12345678</user> <secret>ABCDEFGHIJKL1234567abcdefghijklmnopqrstu</secret> <app>hello</app> </configuration>