-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(install): Allow creating installs using only command line options (
#51) When no interactive session is available `inquirer` doesn't work, e.g. in Dockerfiles or automated scripts. In theses cases you can use the command line options that are added with this PR. E.g. install a dev install: ```shell nodecg-io install --nodecg-io-version development --samples ``` Or create a production install using a specific list of servies: ```shell nodecg-io install --nodecg-io-version 0.1 --service twitch-chat --service discord ``` Create a production install with all available services installed: ```shell nodecg-io install --nodecg-io-version 0.2 --all-services ```
- Loading branch information
Showing
3 changed files
with
69 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters