diff --git a/docs/man_pages/lib-management/plugin-add.md b/docs/man_pages/lib-management/plugin-add.md index 8ac5836c7f..dff2f4fe34 100644 --- a/docs/man_pages/lib-management/plugin-add.md +++ b/docs/man_pages/lib-management/plugin-add.md @@ -8,6 +8,7 @@ position: 1 Usage | Synopsis ------|------- General | `$ tns plugin add ` +Alias | `$ tns plugin install ` <% if(isConsole) { %>Installs the specified plugin and any packages that it depends on.<% } %> <% if(isHtml) { %>Installs the specified plugin and its dependencies in the local `node_modules` folder, adds it to the `dependencies` section in `package.json`, and prepares the plugin for all installed platforms. If you have not configured any platforms for the project, the NativeScript CLI will prepare the plugin when you add a platform. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/blob/master/PLUGINS.md).<% } %> diff --git a/docs/man_pages/lib-management/plugin-install.md b/docs/man_pages/lib-management/plugin-install.md index be1c16ff39..db5d9667c3 100644 --- a/docs/man_pages/lib-management/plugin-install.md +++ b/docs/man_pages/lib-management/plugin-install.md @@ -8,6 +8,7 @@ position: 3 Usage | Synopsis ------|------- General | `$ tns plugin install ` +Alias | `$ tns plugin add ` <% if(isConsole) { %>Installs the specified plugin and any packages that it depends on.<% } %> <% if(isHtml) { %>Installs the specified plugin and its dependencies in the local `node_modules` folder, adds it to the `dependencies` section in `package.json`, and prepares the plugin for all installed platforms. If you have not configured any platforms for the project, the NativeScript CLI will prepare the plugin when you add a platform. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/blob/master/PLUGINS.md).<% } %>