This CLI was builted to help Workflow API users to make your work fast. Basically you will can create, update and delete Workflow entities like Products, Modalities, Documents and Attachments.
- CLI command to configure instance url, email and password.
- CLI command to create a product.
- CLI command to create a modality.
- CLI command to create a document.
- CLI command to create an attachment.
To run this project in your machine, you need to have installed Docker and docker-compose. Clone this repository to your machine and type the following commands:
docker-compose up
docker-compose exec goapp shYou will open a shell terminal inside created Docker container. After that you are able to run CLI commands using
go run src/main.go <command> [params]