Skip to content

Releases: nix2io/cli

1.1.3

14 Nov 17:26
Compare
Choose a tag to compare
version bump

1.1.2

14 Nov 07:49
Compare
Choose a tag to compare
fix: not requiring correct files for plugins

Plugin Support

14 Nov 06:00
Compare
Choose a tag to compare

Plugin Support

Plugin support was my first step in enhancing the scalability of the CLI, and allow for core functions to be separate from the services.

Command

You can manage plugins with the plugin command.

List

$ dev plugins list

----------
graphql
typescript
----------

Add

$ dev plugins add typescript

✓ Installed typescript

Remove

$ dev plugins remove typescript

✓ Removed typescript

Update

$ dev plugins update *

✓ Updated typescript
✓ Updated graphql

NPR

The Nix Plugin Registry is the container of all plugin information. Information including names, descriptions, and versions.

The NPR runs on the npr repository. It functions completely with github actions.

v1.0.8

03 Nov 20:02
Compare
Choose a tag to compare

More dynamic service creation

v1.0.7

12 Oct 22:01
Compare
Choose a tag to compare

attempt npm publish fix

v1.0.6

12 Oct 19:11
Compare
Choose a tag to compare

Fixed pack issue, should be up to date with source code

v1.0.5

12 Oct 12:48
Compare
Choose a tag to compare

version bump