🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@squadai/cli

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squadai/cli - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+12
-0
CHANGELOG.md
# Changelog
## [0.3.0](https://github.com/the-basilisk-ai/squad-cli/compare/cli-v0.2.0...cli-v0.3.0) (2026-03-18)
### Features
* add createdAt/updatedAt to list outputs ([#14](https://github.com/the-basilisk-ai/squad-cli/issues/14)) ([5944df0](https://github.com/the-basilisk-ai/squad-cli/commit/5944df0e30b13125ba0386f0e3c01ecbf4fc7765))
### Bug Fixes
* clean up unused --verbose flag and simplify workspace summary output ([#12](https://github.com/the-basilisk-ai/squad-cli/issues/12)) ([136c8b5](https://github.com/the-basilisk-ai/squad-cli/commit/136c8b54e80dad632a475f1c934011f14f0722c9))
## [0.2.0](https://github.com/the-basilisk-ai/squad-cli/compare/cli-v0.1.0...cli-v0.2.0) (2026-03-18)

@@ -4,0 +16,0 @@

+1
-1
{
"name": "@squadai/cli",
"version": "0.2.0",
"version": "0.3.0",
"description": "Squad AI CLI - Product strategy management for AI agents and humans",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -39,3 +39,3 @@ # @squadai/cli

All commands support `--format json|table`, `--env dev|staging|production`, and `--verbose`.
All commands support `--format json|table`.

@@ -46,3 +46,3 @@ ## Configuration

- `auth.json` — OAuth tokens (file mode `0600`)
- `auth.json` — OAuth tokens
- `client.json` — Registered OAuth client IDs

@@ -56,3 +56,3 @@ - `workspace.json` — Selected workspace per environment

```bash
yarn install --frozen-lockfile
yarn install
yarn build # Build to dist/cli.js

@@ -59,0 +59,0 @@ yarn dev # Watch mode

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display