Skip to content

feat(KEEP-143): add exec, proto, tpl command aliases#41

Closed
eskp wants to merge 1 commit intomainfrom
feat/keep-143-command-aliases
Closed

feat(KEEP-143): add exec, proto, tpl command aliases#41
eskp wants to merge 1 commit intomainfrom
feat/keep-143-command-aliases

Conversation

@eskp
Copy link
Copy Markdown
Contributor

@eskp eskp commented Mar 25, 2026

Summary

  • Adds exec alias to execute command (alongside existing ex)
  • Adds proto alias to protocol command (alongside existing pr)
  • Adds tpl alias to template command (alongside existing tp)
  • Adds exec alias to workflow run subcommand (alongside existing r)
  • Updates TestAllNounAliasesResolve to cover the new top-level aliases

Note: workflow already had wf and workflow list already had ls, so no changes needed there.

Test plan

  • go build ./... passes
  • go vet ./... passes
  • go test ./... -count=1 all tests pass, including updated alias resolution test

Add discoverable short aliases to common commands:
- execute: ex -> ex, exec
- protocol: pr -> pr, proto
- template: tp -> tp, tpl
- workflow run: r -> r, exec
@eskp eskp changed the title feat(KEEP-143): add short command aliases feat(KEEP-143): add exec, proto, tpl command aliases Mar 25, 2026
@eskp eskp closed this Mar 25, 2026
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.

1 participant