Skip to content

Commit

Permalink
chore: hide ignite scaffold band (#2993)
Browse files Browse the repository at this point in the history
* deprecate

* remove command

* refactor docs

* re-add file and hide

Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
Alex Johnson and lumtis authored Oct 26, 2022
1 parent 82f4e71 commit e5defbd
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 400 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

- [#2957](https://github.com/ignite/cli/pull/2957) Change generate commands to print the path to the generated code.
- [#2981](https://github.com/ignite/cli/issues/2981) Change CLI to also search chain binary in Go binary path.
- [#2993](https://github.com/ignite/cli/pull/2993) Hide `ignite scaffold band` command and deprecate functionality.

## [`v0.25.1`](https://github.com/ignite/cli/releases/tag/v0.25.1)

Expand Down
30 changes: 0 additions & 30 deletions docs/docs/07-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2664,7 +2664,6 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
**SEE ALSO**

* [ignite](#ignite) - Ignite CLI offers everything you need to scaffold, test, build, and launch your blockchain
* [ignite scaffold band](#ignite-scaffold-band) - Scaffold an IBC BandChain query oracle to request real-time data
* [ignite scaffold chain](#ignite-scaffold-chain) - Fully-featured Cosmos SDK blockchain
* [ignite scaffold flutter](#ignite-scaffold-flutter) - A Flutter app for your chain
* [ignite scaffold list](#ignite-scaffold-list) - CRUD for data stored as an array
Expand All @@ -2677,35 +2676,6 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
* [ignite scaffold type](#ignite-scaffold-type) - Scaffold only a type definition
* [ignite scaffold vue](#ignite-scaffold-vue) - Vue 3 web app template


## ignite scaffold band

Scaffold an IBC BandChain query oracle to request real-time data

**Synopsis**

Scaffold an IBC BandChain query oracle to request real-time data from BandChain scripts in a specific IBC-enabled Cosmos SDK module

```
ignite scaffold band [queryName] --module [moduleName] [flags]
```

**Options**

```
--clear-cache clear the build cache (advanced)
-h, --help help for band
--module string IBC Module to add the packet into
-p, --path string path of the app (default ".")
--signer string Label for the message signer (default: creator)
-y, --yes answers interactive yes/no questions with yes
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Scaffold a new blockchain, module, message, query, and more


## ignite scaffold chain

Fully-featured Cosmos SDK blockchain
Expand Down
Loading

0 comments on commit e5defbd

Please sign in to comment.