@droppack/cli
v0.1.6
Published
## Local dev
Downloads
1
Readme
DropPack CLI
Local dev
# Start it up in watch mode
$ pnpm start
# In another tab, run with command
$ pnpm cli [...]
Usage
droppack
Recurisvely install agnostic packages from DROPPACK_PATH
Command Exec
--------------- ---------------
droppack install [type] [pkg] --remote Install from root droppack.json (remote flag to attempt from remote library)
droppack search [type] --remote List all available packages. Remote only lists keys without type.
droppack store [type] [path] Add storage type and path to file
droppack deploy [type] [pkg] --file Looks for pkg in specified path and deploys the pkg to DROPPACK_PATH
droppack bump [type] [pkg] [version] Bump a version for a particular pkg
droppack dev Dry run from root droppack.json
droppack help Show help menu
droppack sync Check versions and display anything out of date
droppack sync --upgrade For any versions out of sync, do an upgrade
droppack remove [type] [pkg] Remove a pkg
droppack push [type] [pkg] Push to the external s3 bucket
droppack pull [type] [pkg] Pull from external s3 bucket
droppack info [type] [pkg] Get info on a droppack package from a package README.md file
---
Examples
---
# Basic dependency installation
$ droppack install react component --force
# Install from remote s3 bucket
$ droppack install --remote
# Deploy file from flat structure
$ droppack deploy elm component --file
Built by Dennis O'Keeffe