shipyard/src/bin/supported_actions.yaml
Bryan Strassner fe87c64f97 Update help docs for actions in Shipyard Client
- Adds the information related to the test_site action.
- Reformats, slightly, the output from 'shipyard help actions'
- Adds tests that use an externalized list of actions to keep the help
documentation in alignment with the actions supported in the API.

Change-Id: I2efd473da0dbf6c8cbadfc9fae575c303996c43b
2019-09-17 16:48:56 +00:00

15 lines
530 B
YAML

# This file contains a list of supported actions that exists outside the
# scope of both the client and API. This is tested in both the client and
# the API to ensure that the actions in the API match the actions supported
# in the help of the client. Because of this, it becomes another place that
# has to be updated, but since it's tied to tests, the reminders to fix it
# should be outweighed by the benefit.
actions:
- deploy_site
- update_site
- update_software
- redeploy_server
- relabel_nodes
- test_site
...