cosmos-sdk/client/v2
dependabot[bot] 9e2abf8ef4
build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17246)
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-08-01 14:16:13 +02:00
..
autocli feat(client/v2): combine autocli and custom cmd within a module (backport #17088) (#17131) 2023-07-25 21:54:41 +00:00
internal feat(client/v2): support consensus address decoding (backport #16927) (#16997) 2023-07-14 10:35:17 +02:00
CHANGELOG.md feat(client): add positional optional to client v2 (backport #16316) (#16615) 2023-06-20 17:19:55 +02:00
go.mod build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17246) 2023-08-01 14:16:13 +02:00
go.sum build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17246) 2023-08-01 14:16:13 +02: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: