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