cgkineo / adapt-setup

Command line helper for building an Adapt p101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adapt-setup install

tomallpress opened this issue · comments

When i run adapt-setup install within an already set up dev folder (because i want to retroactively install something to the dev folder), it's giving me a message that says:

The framework will be downloaded to your current directory. Do you wish to continue?

i don't want to download the framework as that's already in there; when i hit 'no' the command stops, so i can't select any functionality to install.

Hi Tom, that functionality has been superceded by the official CLI, which implements thorough version checking amongst other things:

adapt install <plugin>

And if you need to look up the plugin name beforehand:

adapt search <plugin>