docs(build): document camelCase workflow aliases
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
c4ffa4d40d
commit
af96a316c5
2 changed files with 3 additions and 1 deletions
|
|
@ -217,6 +217,8 @@ func TestBuildCmd_RunReleaseWorkflow_Good(t *testing.T) {
|
|||
|
||||
helpText, err := io.Local.Read("/workspace/locales/en.json")
|
||||
require.NoError(t, err)
|
||||
assert.Contains(t, helpText, "--workflowPath/")
|
||||
assert.Contains(t, helpText, "--outputPath/")
|
||||
assert.Contains(t, helpText, "--workflow-output/")
|
||||
assert.Contains(t, helpText, "--workflow_output/")
|
||||
})
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
},
|
||||
"workflow": {
|
||||
"short": "Generate the release workflow",
|
||||
"long": "Write the embedded GitHub Actions release workflow into .github/workflows/release.yml, or pass --path/--workflow-path/--workflow_path/--output-path/--output_path/--output/--workflowOutputPath/--workflow-output/--workflow_output/--workflow-output-path/--workflow_output_path for a custom location.",
|
||||
"long": "Write the embedded GitHub Actions release workflow into .github/workflows/release.yml, or pass --path/--workflowPath/--workflow-path/--workflow_path/--outputPath/--output-path/--output_path/--output/--workflowOutputPath/--workflow-output/--workflow_output/--workflow-output-path/--workflow_output_path for a custom location.",
|
||||
"flag": {
|
||||
"path": "Preferred workflow path input.",
|
||||
"workflow_path": "Predictable workflow path alias.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue