Skip to content

Commit

Permalink
Improve output documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascarpentier committed Feb 21, 2020
1 parent 4f02e00 commit 9ac9b4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,13 @@ outputs:
- GMCLOUD_SAAS_INSTANCE_UUID:
opts:
title: UUID list of started and connected instances
description: |
Return the UUID list of started and connected instances.
description: |-
This output will include the instances UUIDs of started and connected instances.
The UUIDs are separated with a comma, eg: `594d606a-e6f7-43e1-99ac-77e07738a6dc,18e75e62-534e-4407-9700-564d767d6578`
- GMCLOUD_SAAS_INSTANCE_ADB_SERIAL_PORT:
opts:
title: ADB Serial Port list of connected instances
description: |
Return an ADB Serial Port list of connected instances.
This output will include the ADB Serial Port list of connected instances.
The ADB Serial Port are separated with a comma, eg: `localhost:4321,localhost:4322`

0 comments on commit 9ac9b4c

Please sign in to comment.