@swmansion/argent 0.24.1-next.2 → 0.24.1-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/cli-cmds.mjs +25130 -9573
- package/dist/cli.js +21 -2
- package/dist/cli.js.map +1 -1
- package/dist/installer.mjs +340 -220
- package/dist/mcp-server.mjs +20 -1
- package/dist/tool-server.cjs +2373 -1113
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -169,6 +169,7 @@ project already opted into local mode (a committed `.argent/install.json`, or
|
|
|
169
169
|
| `argent enable` | Enable a predefined feature flag (`--scope project` for project-local) |
|
|
170
170
|
| `argent disable` | Disable a feature flag (`--scope project` for project-local) |
|
|
171
171
|
| `argent flags` | List available feature flags and their state |
|
|
172
|
+
| `argent providers` | Inspect and manage external device providers: `list` / `check` / `publish` / `withdraw` / `prune` |
|
|
172
173
|
| `argent telemetry` | Manage telemetry: `status` / `enable` / `disable` |
|
|
173
174
|
|
|
174
175
|
## Supported Editors
|