Skip to content

Command Alias Workflow

Direct command workflow for managing user-defined command aliases.

This module implements CLI workflow orchestration for its command family, including argument parsing, request construction, execution dispatch, and result presentation handoff.

Usage context

  • Command routing: Resolve CLI aliases and normalized command names.
  • Task execution: Build request objects and invoke registered tasks.
  • Output handling: Forward results to table, plot, export, or report flows.

Command: add-alias

Arguments

No command-specific arguments found.

Common Runtime and Presentation Arguments

These are shared workflow-level CLI flags added before command-specific options, covering runtime context (engine/input/storage) and output presentation/export behavior.

Flag Required Default Help Choices
target_command No Canonical command or any existing alias for it. Example: timeseries, which resolves to the command you want to alias.
alias No New alias to add for that command. Example: ts, which becomes a shortcut you can use instead of the full command name.