@abstrapp/cli
v0.2.0
Published
AbstrApp CLI
Downloads
35
Readme
Abstr CLI (Command line interface)
Getting started
Install globally the Abstr CLI
npm install -g @abstrapp/cliAuthentication
Authenticate your local session
abstr authDeploy components
Deploy your Abstr entrypoint dist folder
# PATH_DIST_FOLDER=.\dist\my-lib\
abstr deploy --path {{PATH_DIST_FOLDER}}