-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
area/cliIssues or PRs related to CLI changesIssues or PRs related to CLI changeshelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
- Rationale: Users expect
kubectl a2a --version. - Scope: Add
@click.version_option()with fallback for editable installs. - Files:
src/cli.py - Tasks:
- Import
importlib.metadataand wireversion("kubestellar"). - Gracefully fall back to "dev" when metadata absent.
- Add unit test via Click
CliRunner.
- Import
- Done:
kubectl a2a --versionprints semantic version; tests pass.
Metadata
Metadata
Assignees
Labels
area/cliIssues or PRs related to CLI changesIssues or PRs related to CLI changeshelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.