Skip to content

Commit

Permalink
prettify help command output
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Hedgpeth committed Nov 3, 2023
1 parent 6442778 commit 8bfb162
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/handler-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
> | /test <all\|test case name...> [destroy=false] | Run the Terraform test workflow on the modules in the tests/ directory. Unnamed arguments can be "all" to run all test cases or specific test case names to only run selected cases. The named argument "destroy=false" will disable the destruction of test infrastructure for debugging purposes. |
> | /destroy <all\|test case name...> | Destroy any resources that may still be in Terraform state from previous tests. Unnamed arguments can be "all" to destroy all resources from all test cases or specific test case names to only destroy selected test case resources. |
> | /help | Shows this help message |
## Test Case Names
FDO:
* private-active-active
* private-tcp-active-active
* public-active-active
* standalone-external
* standalone-mounted-disk
> |
> | ## Test Case Names
> |
> | ### FDO
> | * private-active-active
> | * private-tcp-active-active
> | * public-active-active
> | * standalone-external
> | * standalone-mounted-disk
Replicated:
* private-active-active-replicated
* private-tcp-active-active-replicated
* public-active-active-replicated
* standalone-external-replicated
* standalone-mounted-disk-replicated
> | ### Replicated
> | * private-active-active-replicated
> | * private-tcp-active-active-replicated
> | * public-active-active-replicated
> | * standalone-external-replicated
> | * standalone-mounted-disk-replicated
reaction-type: confused

0 comments on commit 8bfb162

Please sign in to comment.