Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Release cli v0.3.0 #63

Merged
merged 2 commits into from
Dec 17, 2021
Merged

Release cli v0.3.0 #63

merged 2 commits into from
Dec 17, 2021

Conversation

hlxid
Copy link
Member

@hlxid hlxid commented Dec 17, 2021

Releases #51 and #62

#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
```
…62)

* Add npm util to find all packages inside a directory

* Add support for generating bundles with dev installs

* Fix tests

* Clean code

* Test whether bundles generated with dev installs fetch the packages using tarballs

* Update readme
@hlxid hlxid merged commit c6d09a3 into main Dec 17, 2021
@hlxid hlxid deleted the next branch December 17, 2021 15:25
@github-actions
Copy link

🎉 This PR is included in version 0.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant