@swmansion/argent 0.14.1-next.16 → 0.14.1-next.18
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 +2 -2
- package/bin/darwin/simulator-server +0 -0
- package/bin/linux/simulator-server +0 -0
- package/bin/linux-arm64/simulator-server +0 -0
- package/dist/cli-cmds.mjs +341 -77
- package/dist/cli.js +1 -1
- package/dist/installer.mjs +627 -352
- package/dist/mcp-server.mjs +47 -28
- package/dist/tool-server.cjs +469 -179
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,7 +133,7 @@ argent init
|
|
|
133
133
|
| `argent enable` | Enable a predefined feature flag (`--scope project` for project-local) |
|
|
134
134
|
| `argent disable` | Disable a feature flag (`--scope project` for project-local) |
|
|
135
135
|
| `argent flags` | List available feature flags and their state |
|
|
136
|
-
| `argent telemetry` | Manage
|
|
136
|
+
| `argent telemetry` | Manage telemetry: `status` / `enable` / `disable` |
|
|
137
137
|
|
|
138
138
|
## Supported Editors
|
|
139
139
|
|
|
@@ -154,7 +154,7 @@ argent init
|
|
|
154
154
|
|
|
155
155
|
## Privacy
|
|
156
156
|
|
|
157
|
-
Argent collects
|
|
157
|
+
Argent collects opt-out usage and diagnostic telemetry to help us prioritise features and fix what breaks.
|
|
158
158
|
|
|
159
159
|
You can opt out at any time:
|
|
160
160
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|