cosmos-sdk/client/v2
mergify[bot] 26d2907f57
build(deps): Bump github.com/cockroachdb/errors from 1.9.1 to 1.10.0 (backport #16516) (#16518)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-13 12:37:36 +00:00
..
autocli feat(autocli): add map support (#15770) 2023-05-30 03:42:54 +00:00
internal feat(autocli): add map support (#15770) 2023-05-30 03:42:54 +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/cockroachdb/errors from 1.9.1 to 1.10.0 (backport #16516) (#16518) 2023-06-13 12:37:36 +00:00
go.sum build(deps): Bump github.com/cockroachdb/errors from 1.9.1 to 1.10.0 (backport #16516) (#16518) 2023-06-13 12:37:36 +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: