agent-cards-admin
v0.4.1
Published
Forwarding shim - the Agentcard Companies CLI merged into agent-cards (run: agent-cards companies --help)
Readme
agent-cards-admin (forwarding shim)
The Agentcard Companies CLI merged into the unified agent-cards CLI: one binary, two doors, exactly like the dashboard. This package stays published forever as a thin shim so every existing invocation keeps working — it forwards to agent-cards companies … and prints where it went.
npm install -g agent-cards # the unified CLI (installs `agent-cards` and `agentcard`)| You ran | It now runs |
|---|---|
| agent-cards-admin wizard --agent | agent-cards companies wizard --agent |
| agent-cards-admin orgs create | agent-cards companies create |
| agent-cards-admin orgs onboarding-return-urls | agent-cards companies return-urls |
| agent-cards-admin oauth-clients … | agent-cards companies credentials … |
| agent-cards-admin wallet … | agent-cards companies balance … (wallet = cards now; cash is the balance) |
| agent-cards-admin members / subscribe / env / webhooks … | agent-cards companies <same> … |
| agent-cards-admin login / logout | agent-cards login / logout (one sign-in, both doors) |
| agent-cards-admin keys / cards / cardholders / payment-methods … | Retired with sk_ API keys. Use agent-cards companies credentials create, the dashboard (app.agentcard.sh), or the API with client credentials |
Your ~/.agent-cards-admin.json session is adopted automatically by the unified CLI on first run.
The full wizard agent contract (flags, exit codes, AGENTCARD_WIZARD_RESULT) lives in the agent-cards README and docs.agentcard.sh/companies/getting-started/wizard.
