flow-cli icon indicating copy to clipboard operation
flow-cli copied to clipboard

Add `tx` alias for transaction `generate` command

Open chasefleming opened this issue 2 months ago • 0 comments

Description

Add a shorter alias tx for the generate transaction command to improve developer experience and reduce typing when generating transaction templates.

Acceptance Criteria

  • The alias tx is added to the transaction generation command
  • flow generate tx <name> generates a transaction template successfully
  • flow generate transaction <name> still works as before
  • Code follows existing patterns in the codebase

chasefleming avatar Oct 27 '25 18:10 chasefleming