CLI
The PokerWorks Management API is beta through the Console and documented HTTP/OpenAPI contracts. A public CLI package is not published yet.
Do not clone the private PokerWorks monorepo or depend on repo-owned operator commands for an external integration. Use service-account management tokens from trusted server code and build against the Management API Reference.
Beta path
Use these public paths today:
- create service accounts and management tokens in the Console;
- call Management API HTTP endpoints with a server-side
pw_mgmt_...token; - use webhooks and tournament result verification reads for tournament-completion automation;
- use maintained public-clean examples under
examples/developer-platformwhen they are published through the release process.
Package status
The intended public CLI will wrap the same Management API contracts and least-privilege service-account scopes. It must be installable outside the monorepo before this page can publish commands.
Until then, this page is a status note, not a command reference.