@canva/cli 0.0.1-beta.4 → 0.0.1-beta.5
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 +5 -3
- package/cli.js +422 -358
- package/package.json +1 -1
- package/templates/base/package.json +1 -1
- package/templates/common/.nvmrc +1 -0
- package/templates/common/.prettierrc +21 -0
- package/templates/common/.vscode/extensions.json +6 -0
- package/templates/dam/package.json +1 -1
- package/templates/gen_ai/package.json +1 -1
- package/templates/hello_world/package.json +1 -1
package/README.md
CHANGED
|
@@ -234,11 +234,13 @@ canva apps
|
|
|
234
234
|
|
|
235
235
|
- `--installDependencies`: Automatically installs necessary npm dependencies during the app creation process.
|
|
236
236
|
|
|
237
|
+
- `--offline`: Scaffold the app locally without also creating an app in the Developer Portal.
|
|
238
|
+
|
|
237
239
|
- `list`: List all Canva apps.
|
|
238
240
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
241
|
+
```shell
|
|
242
|
+
canva apps list
|
|
243
|
+
```
|
|
242
244
|
|
|
243
245
|
#### logout
|
|
244
246
|
|