
Bewell Command Line Application
Installing the Command
go install github.com/savannahghi/bewellcli
Environment variables
# schema registry env
export REGISTRY_URL="<Test schema registry URL>"
Development
The CLI is built using Cobra. Follow this User Guide to get started
Using the Command
bewellcli --help
- Validating a Graphql Schema
bewellcli service validate-schema --help
Example use:-
bewellcli service validate-schema --name {SERVICE_NAME} --version {SERVICE_VERSION} --dir {SCHEMA_DIR}