diff --git a/docs/extensions-plugins/cli/commands.mdx b/docs/extensions-plugins/cli/commands.mdx index 4f2606623..583296df1 100644 --- a/docs/extensions-plugins/cli/commands.mdx +++ b/docs/extensions-plugins/cli/commands.mdx @@ -121,6 +121,14 @@ Creates a new asset from the clipboard content. The asset will automatically be ```bash pieces create ``` +### `execute` +Executes shell or bash assets. You can optionally specify the maximum number of assets to display. + +```bash +pieces execute [max_assets] +``` + +max_assets: (Optional) The maximum number of assets to display. Default is 10. ### `edit` Edits the name and classification of the current asset.