Skip to content

the cli should have an option to list out the plugins used #1231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gaurav-chandra opened this issue Nov 23, 2015 · 7 comments
Closed

the cli should have an option to list out the plugins used #1231

gaurav-chandra opened this issue Nov 23, 2015 · 7 comments

Comments

@gaurav-chandra
Copy link

the cli should have an option to list out the plugins used. It can be read from package.json when typing

tns plugin list
@amjd
Copy link

amjd commented Nov 27, 2015

tns plugin command should list the plugins according to its usage instructions as seen below; but for some reason it doesn't seem to have been implemented:

$ tns plugin list
The input is not valid sub-command for 'plugin' command
# plugin 
┌────────────────┬────────────────────────┐
│ Usage          │ Synopsis               │
│ List plugins   │ $ tns plugin           │
│ Manage plugins │ $ tns plugin <Command> │
└────────────────┴────────────────────────┘

Lets you manage the plugins for your project.

### Attributes
<Command> extends the plugin command. You can set the following values for this attribute.


    * add - Installs the specified plugin and its dependencies.
    * remove - Uninstalls the specified plugin and its dependencies.

@gaurav-chandra
Copy link
Author

in the latest cli also tns plugin is not listing the plugins.

@pavel-blagodov
Copy link

Any updates here, how can I sее a list of available plugins?

@rosen-vladimirov
Copy link
Contributor

@pavel-blagodov
The easiest way is to check your package.json (the one at the root of your application). Just take a look at dependencies section - all packages described there will be included in your app.

@pavel-blagodov
Copy link

@rosen-vladimirov
I want to see list of available plugins for nativescript not for my project.
tns plugin command should list the plugins according to its usage instructions, but this does not happen!

@rosen-vladimirov
Copy link
Contributor

Ok, it's bug in the documentation then. This is not implemented at all

@dtopuzov
Copy link
Contributor

dtopuzov commented Apr 6, 2016

Now tns plugin will list all used plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants