@canva/cli 0.0.1-beta.21 → 0.0.1-beta.22

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
@@ -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