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 
hlambda-cli - Library containing functions and helpers used in hlambda-cli apps.
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.