@orionarm/syft-cli
v0.1.0
Published
Syft CLI distributed via npm
Downloads
266
Keywords
Readme
Syft CLI
Official command-line client for Syft.
Website: https://syft.ai
Install
npm install -g @orionarm/syft-cliAfter installation, the command is:
syftGet Started
Sign in:
syft loginCheck your current login status:
syft statusUpgrade to the latest npm version:
syft upgradeInstall the built-in Codex skill:
syft install-skillCurrent support:
- Codex only
If the installed Codex skill no longer matches the built-in skill bundled with the current syft binary, Syft may print a notice.
View your tasks:
syft tasksView your task results:
syft tasks results
syft tasks results --task-id 123 --limit 20Search Syft articles (paid accounts only):
syft search "AI News"Help
Show command help:
syft helpShow the CLI version:
syft versionSign out:
syft logout