You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The framework: defineCli(), AciBaseCommand, the init, prerun, and finally hooks, the embedded Runtime, the provider plugin API with native, contributed, and private tiers, and the aclif reference binary.
Credential schemas per provider, profiles in config.yaml with {env}, {file}, and {exec} secret sources, a session cache with auth status and auth logout, and a policy file with static JWT identity.
Tenant catalogue (introspect --bootstrap, --refresh, --all), declarative command manifests, and canonical alias sets with --canonical.
Introspection on every command (--schema, --examples, --shape, --changelog, --discover, --flags-for, --estimate), a version command, and published JSON Schemas for the envelope, aciMetadata, tenant catalogues, manifests, and alias sets (contract 1.0.0).
Test suite: unit, conformance, provider fixtures over msw, end-to-end binary, contract goldens, a fork simulation, and an opt-in live smoke.
CLI scaffold (aclif-scaffold-cli) and provider scaffold (scaffold-provider).