JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q40053F
  • License Apache License 2.0

Hlambda cli.

Package Exports

  • hlambda-cli
  • hlambda-cli/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hlambda-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hlambda-cli npm version

hlambda-cli - Library containing functions and helpers used in hlambda-cli apps.

NPM

Installation

npm

$ npm i hlambda-cli --save

yarn

$ yarn add hlambda-cli

Example

$ hlambda version
$ hlambda --version
$ hlambda init my-first-hlambda-app
$ cd my-first-hlambda-app

Change the admin_secret in the config.yaml and just run

$ hlambda metadata apply

or run the hlambda console with option --admin-secret

$ hlambda metadata apply --admin-secret <your_secret>

to export existing data from the hlambda server run

$ hlambda metadata export

Notice

This CLI is still in development. Main functionality may be missing, any contributions are greatly appreciated.