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 all versions of a specific Component available in the CloudCaptain Inventory.
Usage: gradle boxfuseInventory -Dcloudcaptain.shponent=component
> gradle boxfuseInventory -Dcloudcaptain.shponent=tomcat Available tomcat versions ------------------------- 8.0.9 8.0.8 7.0.55 7.0.53 7.0.47 7.0.42
com.boxfuse.client.gradle.task.InventoryTask
| 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 |
|
| component | cloudcaptain.shponent | The Component to get the versions for |
boxfuse {
user='1234567890abcdef1234567890abcdef12345678'
secret='ABCDEFGHIJKL1234567abcdefghijklmnopqrstu'
component='tomcat'
}