honeyside-cli
v1.0.3
Published
The official Honeyside CLI.
Downloads
2
Maintainers
Readme
Honeyside CLI
The Honeyside CLI offers useful tools for Honeyside collaborators and Envato authors.
Support us on Patreon to get priority updates on our development plan and voting power on new features.
Installation
Install Honeyside CLI with yarn or npm:
yarn global add honeyside-cli
npm install -g honeyside-cli
Usage & Examples
By default, the Honeyside CLI will connect to epm.honeyside.net
. If you want to use an alternative repository, you can change the url by running honey source [repo_url]
. The repository must be running the EPM server.
Run
honey login
to authenticate against Envato API.Run
honey check-purchase [purchase_code]
orhoney purchase [purchase_code]
to verify one of your purchases, given the purchase code.Run
honey check-sale [purchase_code]
orhoney sale [purchase_code]
to verify one of your sales, given the purchase code.Run
honey archive
to create a zip archive with the current folder. It will use version and name frompackage.json
or from the.env
file (from the current folder). You can add a.honeyignore
file to ignore files and folders.
Contributing
Feel free to open an Issue or send me a direct message.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Author
- Honeyside - Honeyside
License
This project is licensed under the MIT License - see the LICENSE.md file for details.