Skip to content
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

auto download of platforms #43

Closed
pelikhan opened this issue Dec 25, 2014 · 2 comments
Closed

auto download of platforms #43

pelikhan opened this issue Dec 25, 2014 · 2 comments
Assignees
Milestone

Comments

@pelikhan
Copy link

Similarly to your setting to automatically update a platform, there should be an option to automatically install a platform if missing. Basically, it should just work.

@ivankravets
Copy link
Member

PlatformIO has that feature. Please enable prompts:

$ settings set enable_prompts yes

# then try to process project without installed platforms
$ platformio run

I can't install something without user's confirmation. Each development platform consists from the several packages which will be unpacked and will consume ~100-150Mb of disk. Also, that operation requires "Internet" to install it. User should confirm this operation. I don't like when someone installs something without my confirmation.

@pelikhan
Copy link
Author

I always run without promost. Just give a setting to override to make it
work with no prompts.

On Thursday, December 25, 2014, Ivan Kravets [email protected]
wrote:

PlatformIO has that feature. Please enable prompts:

$ settings set enable_prompts yes

then try to process project without installed platforms

$ platformio run

I can't install something without user's confirmation. Each development
platform consists from the several packages which will be unpacked and will
consume ~100-150Mb of disk. Also, that operation requires "Internet" to
install it. User should confirm this operation. I don't like when someone
installs something without my confirmation.


Reply to this email directly or view it on GitHub
#43 (comment)
.

This posting is provided "AS IS" with no warranties, and confers no rights.

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

2 participants