doctor. It runs every check independently, so one failure does not hide the next.
--subdomain.
Common errors
Not authenticated. Run 'neetoplaydash login' to authenticate.
Not authenticated. Run 'neetoplaydash login' to authenticate.
The credential store is empty. Run
neetoplaydash login and complete the browser sign-in. See Authentication.Multiple subdomains authenticated (acme, globex); specify --subdomain or --all.
Multiple subdomains authenticated (acme, globex); specify --subdomain or --all.
More than one workspace is signed in, so the CLI cannot pick one for you. Add
--subdomain <name> to the command. The message lists every signed-in workspace.Not authenticated for "foo". Authenticated subdomains: acme, globex.
Not authenticated for "foo". Authenticated subdomains: acme, globex.
The
--subdomain you passed is not signed in. Check the spelling against the list in the message, or sign in with neetoplaydash login --subdomain foo.unknown flag / unknown command / accepts N arg(s)
unknown flag / unknown command / accepts N arg(s)
A usage error. The CLI prints the message followed by
Run 'neetoplaydash --help' for usage. Check the positional arguments a command needs on its reference page, or run neetoplaydash <command> --help.A command returns fewer results than the dashboard shows
A command returns fewer results than the dashboard shows
List commands are paginated and default to a single page. Raise
--page-size (max 100) or walk the pages with --page, using pagination.total_pages from the JSON envelope to know when to stop.A test entity id is refused for a run you know it ran in
A test entity id is refused for a run you know it ran in
A test entity id must name an entity that the given run recorded. An entity that ran only in other runs is refused rather than returned empty. Confirm the id with
neetoplaydash test-entities list <run_id> --project <project_id>.API errors
Errors from the server come back with the server’s own message. The HTTP status is the first clue - see HTTP response codes for what each one means. A 401 means the stored session is no longer valid: sign in again withneetoplaydash login.
The command runs but the output looks wrong
Pretty tables choose their columns from the payload and the terminal width, so they can leave a field out. Re-run with--json to see the complete record:
Still stuck?
Confirm you are on the latest CLI:neetoplaydash doctor and neetoplaydash version speeds this up considerably.