destroy

boxfuseDestroy

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: gradle boxfuseDestroy -Dboxfuse.app=appName

> gradle boxfuseDestroy -Dboxfuse.app=hello

Destroying myuser/hello ...
Successfully destroyed myuser/hello

Class name

com.boxfuse.client.gradle.task.DestroyTask

Properties

Plugin Parameter Gradle/System property Default Description
user boxfuse.user Required - Your CloudCaptain Client user. Also configurable via the BOXFUSE_USER environment variable
secret boxfuse.secret Required - Your CloudCaptain Client secret. Also configurable via the BOXFUSE_SECRET environment variable
app boxfuse.app The name of the application

Sample Configuration

boxfuse {
    user='1234567890abcdef1234567890abcdef12345678'
    secret='ABCDEFGHIJKL1234567abcdefghijklmnopqrstu'
    app='hello'
}

inventory