balena-io / balena-cli

The official balena CLI tool.
Apache License 2.0
452 stars 138 forks source link

[Feature] Allow preloading of unmanaged resinOS without a resin.io account #928

Open shaunmulligan opened 6 years ago

shaunmulligan commented 6 years ago
dg10a commented 5 years ago

Any update on this or guidance on contributing? I'd like the ability preload Balena .img files locally with a compose file.

pdcastro commented 5 years ago

@dg10a, a (superficial) starting point on contributing can be found in this file: https://github.com/balena-io/balena-cli/blob/master/CONTRIBUTING.md

The entry point for the "balena preload" command is at: https://github.com/balena-io/balena-cli/blob/master/lib/actions/preload.coffee

You can ask further questions, and we'll go from there. :-) Thank you for your interest!