zetta-go is a Golang client for ZettaBlock AI Network. Currently only support zrunner pipelines.
Golang 1.21 or higher
go install github.com/Zettablock/zetta-go@latest
❯ zetta-go -h
See the website at https://zettablock.com/ for documentation and more information about running code
on ZettaBlock AI network.
Usage:
zetta-go [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
zrunner Manage your zrunner project
Flags:
-h, --help help for zetta-go
-v, --version version for zetta-go
Use "zetta-go [command] --help" for more information about a command.
❯ zetta-go zrunner -h
Manage your zrunner project
Usage:
zetta-go zrunner [command]
Available Commands:
deploy Deploy the project to the hosted zrunner service
init Initialize a zrunner project
ormgen Generate GORM DAO files from the provided .sql files
pipeline Manage your local zrunner pipeline
Flags:
-h, --help help for zrunner
Use "zetta-go zrunner [command] --help" for more information about a command.
For more information on how to use zrunner, please refer to the ZRunner documentation.