@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 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
- ```shell
240
- canva apps list
241
- ```
241
+ ```shell
242
+ canva apps list
243
+ ```
242
244
 
243
245
  #### logout
244
246