I setup a custom shell in a public repo, but when I run npx spec2cloud init --list-shells --org fabio-marini I get the error above.
What am I doing wrong?
npx spec2cloud --version returns 2.3.0 and npx spec2cloud --help returns the following:
spec2cloud — Install spec2cloud AI-powered development workflows
USAGE
npx spec2cloud init [options]
COMMANDS
init Install spec2cloud into a project directory
OPTIONS
--minimal Install only skills and AGENTS.md (no devcontainer/MCP)
--ref <ref> Branch or tag to install from (default: vNext)
--target <dir> Target directory (default: current directory)
--force Overwrite existing files without prompting
--flow <type> Skip flow prompt: greenfield or brownfield
--shell <id> Install a shell template (implies --flow greenfield)
--shell-ref <ref> Branch or tag for the shell template (default: main)
--list-shells List available shell templates and exit
--help, -h Show this help message
--version, -v Show version
FLOW MODES
brownfield Add spec2cloud to an existing codebase
greenfield Start fresh — installs skills & orchestrator (you provide code)
greenfield+shell Start fresh with a complete project scaffold
I setup a custom shell in a public repo, but when I run
npx spec2cloud init --list-shells --org fabio-mariniI get the error above.What am I doing wrong?
npx spec2cloud --versionreturns2.3.0andnpx spec2cloud --helpreturns the following: