codeoverflow-org / nodecg-io

A NodeCG-bundle which implements Social Media API's in the NodeCG framework
https://nodecg.io
MIT License
108 stars 26 forks source link

Add support for unattended install with nodecg-io-cli #363

Closed ExtremTechniker closed 2 years ago

ExtremTechniker commented 2 years ago

Description

Add support for installing without user input e.g. via env variables or with program arguments.

To use nodecg-io-cli in scripts or in docker images

hlxid commented 2 years ago

This is already implemented in https://github.com/codeoverflow-org/nodecg-io-cli/pull/51. I'll create a new release once https://github.com/codeoverflow-org/nodecg-io-cli/pull/62 is done. I'll leave this issue open for now and close it once it has been released and is usable.

hlxid commented 2 years ago

Released with https://github.com/codeoverflow-org/nodecg-io-cli/pull/63