cosmos-sdk/client/v2
dependabot[bot] bf3749207e
build(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#16166)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-15 21:10:38 +00:00
..
autocli feat(hubl): cache bech32 prefix (#15954) 2023-04-26 16:34:56 +00:00
internal docs: improve proto vesting docs about time attributes (#15474) 2023-03-20 16:40:19 +00:00
CHANGELOG.md fix(autocli): fix simapp enhancing (#15906) 2023-04-25 14:08:02 +00:00
go.mod build(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#16166) 2023-05-15 21:10:38 +00:00
go.sum build(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#16166) 2023-05-15 21:10:38 +00:00
Makefile feat(cli): dynamically generate query CLI commands (#11725) 2022-04-27 18:24:42 -04:00
README.md fix(autocli): fix simapp enhancing (#15906) 2023-04-25 14:08:02 +00:00
sonar-project.properties ci: make sonarcloud more quiet (#14585) 2023-01-12 10:24:56 +00:00

AutoCLI

The autocli package is a Go library for generating CLIs (command line interfaces) for Cosmos SDK-based applications.

Read more about in it the Cosmos SDK documentation: