0.4.0 • Published 24 days ago

piral-cli-local-feed v0.4.0

Weekly downloads
51
License
MIT
Repository
github
Last release
24 days ago

piral-cli-local-feed

Azure Build Status GitHub License

Plugin for the piral-cli. Adds a command to run a local feed service.

Extends the Piral CLI commands and options to run a local feed service.

Installation

Install the plugin either locally or globally.

We recommend the local installation:

npm i piral-cli-local-feed --save-dev

Usage

Running Standalone

Running it standalone can be done using the piral command:

piral local-feed

Alternatively, run it with the pb local-feed command.

Regarding the available options we currently support two flags:

  • port, by default 9000
  • api-key, by default a pre-defined set of API keys (displayed in the command line)

The API key is the one being used when uploading a pilet using the piral-cli. Multiple keys could be given when using comma as separators.

During Debug

Running it during a debug session of Piral is also possible.

piral debug <regular options> --feed ... --feed-port ... --feed-api-key ...

This will run the local feed service using the same options as above, just on-the-side and prefixed with feed.

License

This plugin is released using the MIT license. For more information see the LICENSE file.

0.4.0

24 days ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.0

5 years ago