Obsolete: Starting with CloudCaptain 1.37.0 the Gradle plugin is no longer available. These docs are here for historical reference only. Users of the Gradle plugin are encouraged to migrate to the CloudCaptain Command-line Client.
Lists the running Instances on either your machine or AWS
Usage: gradle boxfusePs
> gradle boxfusePs -Dboxfuse.app= Running Instances on VirtualBox: +-------------+-----------+---------------------+-----------------------+---------------------+ | Instance | Image | Type | URL | Launched at | +-------------+-----------+---------------------+-----------------------+---------------------+ | vb-ec717c5e | hello:1.0 | 4 CPU / 1024 MB RAM | https://127.0.0.1:8888 | 2015-03-03 19:09:36 | +-------------+-----------+---------------------+-----------------------+---------------------+ Total: 1
com.boxfuse.client.gradle.task.PsTask
| 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 |
|
| env | boxfuse.env | dev | Use the AWS test or prod environments instead of the local dev one |
boxfuse {
user='1234567890abcdef1234567890abcdef12345678'
secret='ABCDEFGHIJKL1234567abcdefghijklmnopqrstu'
env='prod'
}