Skip to content

Add -h and -v shorthands for --help and --version - #63

Merged
jeremybeard merged 1 commit into
astronomer:mainfrom
BasPH:option-shorthands
Jun 22, 2026
Merged

Add -h and -v shorthands for --help and --version#63
jeremybeard merged 1 commit into
astronomer:mainfrom
BasPH:option-shorthands

Conversation

@BasPH

@BasPH BasPH commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

-h:

uv run blueprint -h
Usage: blueprint [OPTIONS] COMMAND [ARGS]...

  Blueprint - Reusable task templates composed into Airflow DAGs.

  Define reusable blueprint classes in Python, compose them into DAGs with
  YAML, and let Blueprint handle validation and wiring.

Options:
  -v, --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  describe  Show blueprint parameters and documentation.
  lint      Validate DAG YAML definitions.
  list      List available blueprints.
  new       Interactively create a new DAG YAML definition.
  schema    Generate JSON Schema for a blueprint's configuration.

-v:

uv run blueprint -v
blueprint, version 0.3.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jeremybeard
jeremybeard merged commit 2434911 into astronomer:main Jun 22, 2026
15 checks passed
@jlaneve jlaneve mentioned this pull request Jul 20, 2026
jlaneve added a commit that referenced this pull request Jul 20, 2026
New since v0.3.0: .airflowignore support for DAG YAML discovery and
blueprint lint (#67), build_all_airflow_dags rename for safe-mode
discovery (#65), source paths in blueprint list (#64), and -h/-v
shorthands (#63).


Claude-Session: https://claude.ai/code/session_01J44AEQ8KTvUWxf6GnVRW66

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.

2 participants