OpenSpec CLI installer, updater, and workflow helpers.
| Command | Description |
|---|---|
install-openspec |
Install @fission-ai/openspec@latest globally with npm |
update-openspec |
Update the global OpenSpec npm package |
uninstall-openspec |
Uninstall the global OpenSpec npm package |
openspec [args...] |
Run the installed OpenSpec CLI |
osp |
Short alias for openspec |
ospl |
Alias for openspec list |
osps |
Alias for openspec list --specs |
ospv |
Alias for openspec validate --all --strict |
| Function | Tool ID |
|---|---|
openspec-init-opencode |
opencode |
openspec-init-codex |
codex |
openspec-init-claude |
claude |
openspec-init-cursor |
cursor |
openspec-init-gemini |
gemini |
openspec-init-copilot |
github-copilot |
Each helper runs openspec init --tools <tool> [path].
- Aliases and init helpers are defined whenever
openspecis installed npmis only required forinstall-openspec,update-openspec, anduninstall-openspec- Upgrades the global package with
npm install -g @fission-ai/openspec@latest - After upgrading, run
openspec updateinside initialized projects to refresh project-local OpenSpec files