diff --git a/packages/contentstack/README.md b/packages/contentstack/README.md index 32d6dcd3a9..ddb48aeb3b 100644 --- a/packages/contentstack/README.md +++ b/packages/contentstack/README.md @@ -109,6 +109,7 @@ USAGE * [`csdx plugins:install PLUGIN...`](#csdx-pluginsinstall-plugin-1) * [`csdx plugins:link PLUGIN`](#csdx-pluginslink-plugin) * [`csdx plugins:uninstall PLUGIN...`](#csdx-pluginsuninstall-plugin) +* [`csdx plugins:reset`](#csdx-pluginsreset) * [`csdx plugins:uninstall PLUGIN...`](#csdx-pluginsuninstall-plugin-1) * [`csdx plugins:uninstall PLUGIN...`](#csdx-pluginsuninstall-plugin-2) * [`csdx plugins:update`](#csdx-pluginsupdate) @@ -3212,7 +3213,7 @@ DESCRIPTION Display help for csdx. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.14/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.20/src/commands/help.ts)_ ## `csdx launch` @@ -3510,7 +3511,7 @@ EXAMPLES $ csdx plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/index.ts)_ ## `csdx plugins:install PLUGIN...` @@ -3526,7 +3527,11 @@ ARGUMENTS FLAGS -f, --force Run yarn install with force flag. -h, --help Show CLI help. - -v, --verbose + -s, --silent Silences yarn output. + -v, --verbose Show verbose yarn output. + +GLOBAL FLAGS + --json Format output as json. DESCRIPTION Installs a plugin into the CLI. @@ -3543,11 +3548,11 @@ ALIASES $ csdx plugins:add EXAMPLES - $ csdx plugins:install myplugin + $ csdx plugins:add myplugin - $ csdx plugins:install https://github.com/someuser/someplugin + $ csdx plugins:add https://github.com/someuser/someplugin - $ csdx plugins:install someuser/someplugin + $ csdx plugins:add someuser/someplugin ``` ## `csdx plugins:inspect PLUGIN...` @@ -3575,7 +3580,7 @@ EXAMPLES $ csdx plugins:inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/inspect.ts)_ ## `csdx plugins:install PLUGIN...` @@ -3591,7 +3596,11 @@ ARGUMENTS FLAGS -f, --force Run yarn install with force flag. -h, --help Show CLI help. - -v, --verbose + -s, --silent Silences yarn output. + -v, --verbose Show verbose yarn output. + +GLOBAL FLAGS + --json Format output as json. DESCRIPTION Installs a plugin into the CLI. @@ -3615,7 +3624,7 @@ EXAMPLES $ csdx plugins:install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/install.ts)_ ## `csdx plugins:link PLUGIN` @@ -3629,8 +3638,9 @@ ARGUMENTS PATH [default: .] path to plugin FLAGS - -h, --help Show CLI help. + -h, --help Show CLI help. -v, --verbose + --[no-]install Install dependencies after linking the plugin. DESCRIPTION Links a plugin into the CLI for development. @@ -3644,7 +3654,7 @@ EXAMPLES $ csdx plugins:link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/link.ts)_ ## `csdx plugins:uninstall PLUGIN...` @@ -3667,8 +3677,22 @@ DESCRIPTION ALIASES $ csdx plugins:unlink $ csdx plugins:remove + +EXAMPLES + $ csdx plugins:remove myplugin +``` + +## `csdx plugins:reset` + +Remove all user-installed and linked plugins. + +``` +USAGE + $ csdx plugins:reset ``` +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/reset.ts)_ + ## `csdx plugins:uninstall PLUGIN...` Removes a plugin from the CLI. @@ -3690,9 +3714,12 @@ DESCRIPTION ALIASES $ csdx plugins:unlink $ csdx plugins:remove + +EXAMPLES + $ csdx plugins:uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/uninstall.ts)_ ## `csdx plugins:uninstall PLUGIN...` @@ -3715,6 +3742,9 @@ DESCRIPTION ALIASES $ csdx plugins:unlink $ csdx plugins:remove + +EXAMPLES + $ csdx plugins:unlink myplugin ``` ## `csdx plugins:update` @@ -3733,7 +3763,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.3.2/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/update.ts)_ ## `csdx tokens` diff --git a/packages/contentstack/package.json b/packages/contentstack/package.json index bf1c4bb582..ae5c640ca6 100755 --- a/packages/contentstack/package.json +++ b/packages/contentstack/package.json @@ -42,7 +42,7 @@ "@oclif/core": "^2.9.3", "@oclif/plugin-help": "^5", "@oclif/plugin-not-found": "^2.4.0", - "@oclif/plugin-plugins": "^3.3.0", + "@oclif/plugin-plugins": "^4.1.9", "chalk": "^4.1.2", "debug": "^4.1.1", "figlet": "^1.5.2",