@canva/cli 0.0.1-beta.21 → 0.0.1-beta.23
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 +7 -0
- package/cli.js +481 -367
- package/lib/cjs/index.cjs +4 -387
- package/lib/esm/index.mjs +4 -387
- package/package.json +3 -2
- package/templates/base/eslint.config.mjs +2 -25
- package/templates/base/package.json +1 -1
- package/templates/dam/backend/routers/dam.ts +6 -7
- package/templates/dam/eslint.config.mjs +3 -28
- package/templates/dam/package.json +3 -11
- package/templates/gen_ai/backend/routers/image.ts +8 -8
- package/templates/gen_ai/eslint.config.mjs +2 -25
- package/templates/gen_ai/package.json +2 -10
- package/templates/hello_world/eslint.config.mjs +2 -25
- package/templates/hello_world/package.json +2 -10
- package/templates/common/conf/eslint-local-i18n-rules/index.mjs +0 -181
- package/templates/common/conf/eslint_general.mjs +0 -317
- package/templates/common/conf/eslint_i18n.mjs +0 -41
package/README.md
CHANGED
|
@@ -252,6 +252,12 @@ canva apps
|
|
|
252
252
|
canva apps list
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
+
- **Flags**:
|
|
256
|
+
|
|
257
|
+
- `--appId`: Specifies an App ID to select.
|
|
258
|
+
- `--all`, `-a`: Lists all apps at once without pagination.
|
|
259
|
+
- `--print`, `-p`: Prints the list of apps to the console without interactivity.
|
|
260
|
+
|
|
255
261
|
- `preview`: Preview your app.
|
|
256
262
|
|
|
257
263
|
```shell
|
|
@@ -268,6 +274,7 @@ canva apps
|
|
|
268
274
|
|
|
269
275
|
- `--fix`: Automatically apply fixes for issues where possible.
|
|
270
276
|
- `--report`: Output check results without prompting for fixes.
|
|
277
|
+
- `--verbose`: Show detailed diagnostic output optimized for AI agent assistance.
|
|
271
278
|
|
|
272
279
|
#### logout
|
|
273
280
|
|