ls

ls

Lists the Images present on your machine or in the CloudCaptain Vault.

Usage: boxfuse ls filter

> 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

Supported filters:

You can optionally add a filter to limit results to either a specific app or a specific image.
Example: boxfuse ls myapp:123

Settings

Argument boxfuse.conf property Default Description
-vault vault false Lists the Images in the CloudCaptain Vault instead of the ones present on your local machine

push