cosmos-sdk/client/v2
dependabot[bot] d2d3e5f302
build(deps): Bump cosmossdk.io/store from 0.1.0-alpha.1.0.20230606190835-3e18f4088b2c to 1.0.0-alpha.1 (#16931)
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-07-11 17:10:18 +00:00
..
autocli fix(client/v2): improve resolver and tests (#16842) 2023-07-06 16:34:21 +00:00
internal fix(client/v2): improve resolver and tests (#16842) 2023-07-06 16:34:21 +00:00
CHANGELOG.md feat(client): add positional optional to client v2 (#16316) 2023-06-20 04:01:19 +00:00
go.mod build(deps): Bump cosmossdk.io/store from 0.1.0-alpha.1.0.20230606190835-3e18f4088b2c to 1.0.0-alpha.1 (#16931) 2023-07-11 17:10:18 +00:00
go.sum build(deps): Bump cosmossdk.io/store from 0.1.0-alpha.1.0.20230606190835-3e18f4088b2c to 1.0.0-alpha.1 (#16931) 2023-07-11 17:10:18 +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: