DenReg/cli
Fabian Stamm ac73b62df2
All checks were successful
continuous-integration/drone/push Build is passing
Add missing hook
2020-08-16 19:21:17 +02:00
..
commands Add missing hook 2020-08-16 19:21:17 +02:00
denreg.ts Add hooks 2020-08-16 19:20:37 +02:00
deps.ts Fixing CLI tar package source 2020-08-02 23:49:14 +02:00
global.ts Add hooks 2020-08-16 19:20:37 +02:00
meta.json Add hooks 2020-08-16 19:20:37 +02:00
README.md Some improvements for the CLI 2020-08-02 23:40:12 +02:00

A CLI for the denreg registry.

Installation

Recommended way for installation is deno install -A --unstable https://deno.hibas123.de/raw/@denreg-cli/denreg.ts Since the cli requires access to:

  • reading and writing files
  • access to environment variables
  • network access

The -A flag is the easiest way to install. You can however manually grant the required permissions.

permission reason
--allow-read Read configuration files (~/.denreg) as well as your project files on publish
--allow-write Write configuration file while using setup and init as well as during publish for temporary files
--allow-net Access to network for uploading to the registry (can be exclusive to the registry)
--allow-env Required to get config file path relative to user home directory