Skip to content

fix: rename get_all to get-all for CLI naming consistency#79

Open
nthmost-orkes wants to merge 1 commit intomainfrom
fix/get-all-naming-consistency
Open

fix: rename get_all to get-all for CLI naming consistency#79
nthmost-orkes wants to merge 1 commit intomainfrom
fix/get-all-naming-consistency

Conversation

@nthmost-orkes
Copy link
Copy Markdown
Contributor

Summary

  • Renames workflow get_allworkflow get-all
  • Renames task get_alltask get-all
  • Keeps get_all as a Cobra alias for backwards compatibility

Standardizes on hyphens (Go/POSIX CLI convention), matching all other subcommands (get-execution, delete-execution, update-state, update-execution).

User impact

New users following docs or tab-completing commands would hit an inconsistency: some subcommands used underscores, others hyphens. Now everything is hyphens. The get_all alias means existing scripts don't break.

Fixes conductor-oss/getting-started#19

🤖 Generated with Claude Code

…oss/getting-started#19)

Standardize on hyphens (Go/POSIX CLI convention). Add get_all as an
alias for backwards compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI command naming inconsistency: underscores vs hyphens

1 participant