ps

boxfusePs

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

Class name

com.boxfuse.client.gradle.task.PsTask

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
env boxfuse.env dev Use the AWS test or prod environments instead of the local dev one

Sample Configuration

boxfuse {
    user='1234567890abcdef1234567890abcdef12345678'
    secret='ABCDEFGHIJKL1234567abcdefghijklmnopqrstu'
    env='prod'
}

kill