Lists the Images present on your machine or in the CloudCaptain Vault.
Usage: mvn boxfuse:ls
> mvn boxfuse:ls Available Images: +-----------+---------------+-------+---------+--------------+------------+---------+---------------------+ | Image | Payload | Debug | Java | AppServer | Ports | Size | Generated at | +-----------+---------------+-------+---------+--------------+------------+---------+---------------------+ | hello:1.0 | hello-1.0.war | false | 8.20.26 | Tomcat 8.0.9 | http -> 80 | 48143 K | 2015-03-03 19:04:56 | +-----------+---------------+-------+---------+--------------+------------+---------+---------------------+ Total: 1
| 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 | Lists only the Images for this App | |
| image | boxfuse.image | Lists only this Image | |
| vault | boxfuse.vault | false | Lists the Images in the CloudCaptain Vault instead of the ones present on your local machine |
<configuration>
<user>1234567890abcdef1234567890abcdef12345678</user>
<secret>ABCDEFGHIJKL1234567abcdefghijklmnopqrstu</secret>
<app>myapp</app>
<image>myapp:123</image>
<vault>true</vault>
</configuration>