You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
`cli-plugin-network` is a plugin developed for [Ignite CLI](https://github.com/ignite/cli).
3
+
`cli-plugin-network` is an app developed for [Ignite CLI](https://github.com/ignite/cli).
4
4
5
-
The plugin adds `ignite network` commands that allow launching new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators.
5
+
The Ignite App adds `ignite network` commands that allow launching new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators.
6
6
7
-
The plugin is integrated into Ignite CLI by default.
7
+
The app is installed into Ignite CLI by default.
8
8
9
9
[**Check out our documentation for launching chains with the commands**](https://docs.ignite.com/nightly/network/introduction)
10
10
11
11
## Developer instruction
12
12
13
-
-clone this repo locally
14
-
- Run `ignite plugin add -g /absolute/path/to/cli-plugin-network` to add the plugin to global config
15
-
-`ignite network` command is now available with the local version of the plugin.
13
+
-Clone this repo locally
14
+
- Run `ignite app install -g /absolute/path/to/cli-plugin-network` to add the app to global config
15
+
-The `ignite network` command is now available with the local version of the app
16
16
17
17
Then repeat the following loop:
18
18
19
19
- Hack on the plugin code
20
-
- Rerun `ignite network` to recompile the plugin and test
20
+
- Rerun `ignite network` to automatically recompile the app and test
0 commit comments