0.2.0 • Published 2 years ago
@abstrapp/cli v0.2.0
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}}