ignitecmd

package
v0.0.0-...-7149754 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2022 License: Apache-2.0 Imports: 64 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagIndexes = "index"
)

Variables

View Source
var CampaignSummaryHeader = []string{
	"id",
	"name",
	"coordinator id",
	"mainnet id",
}
View Source
var LaunchSummaryHeader = []string{"launch ID", "chain ID", "source", "campaign ID", "network", "reward"}

Functions

func New

func New() *cobra.Command

New creates a new root command for `Ignite CLI` with its sub commands.

func NewAccount

func NewAccount() *cobra.Command

func NewAccountCreate

func NewAccountCreate() *cobra.Command

func NewAccountDelete

func NewAccountDelete() *cobra.Command

func NewAccountExport

func NewAccountExport() *cobra.Command

func NewAccountImport

func NewAccountImport() *cobra.Command

func NewAccountList

func NewAccountList() *cobra.Command

func NewAccountShow

func NewAccountShow() *cobra.Command

func NewChain

func NewChain() *cobra.Command

NewChain returns a command that groups sub commands related to compiling, serving blockchains and so on.

func NewChainBuild

func NewChainBuild() *cobra.Command

NewChainBuild returns a new build command to build a blockchain app.

func NewChainFaucet

func NewChainFaucet() *cobra.Command

NewChainFaucet creates a new faucet command to send coins to accounts.

func NewChainInit

func NewChainInit() *cobra.Command

func NewChainServe

func NewChainServe() *cobra.Command

NewChainServe creates a new serve command to serve a blockchain.

func NewChainSimulate

func NewChainSimulate() *cobra.Command

NewChainSimulate creates a new simulation command to run the blockchain simulation.

func NewDocs

func NewDocs() *cobra.Command

func NewGenerate

func NewGenerate() *cobra.Command

NewGenerate returns a command that groups code generation related sub commands.

func NewGenerateDart

func NewGenerateDart() *cobra.Command

func NewGenerateGo

func NewGenerateGo() *cobra.Command

func NewGenerateOpenAPI

func NewGenerateOpenAPI() *cobra.Command

func NewGenerateVuex

func NewGenerateVuex() *cobra.Command

func NewNetwork

func NewNetwork() *cobra.Command

NewNetwork creates a new network command that holds some other sub commands related to creating a new network collaboratively.

func NewNetworkCampaign

func NewNetworkCampaign() *cobra.Command

NewNetworkCampaign creates a new campaign command that holds other subcommands related to launching a network for a campaign.

func NewNetworkCampaignAccount

func NewNetworkCampaignAccount() *cobra.Command

NewNetworkCampaignAccount creates a new campaign account command that holds some other sub commands related to account for a campaign.

func NewNetworkCampaignList

func NewNetworkCampaignList() *cobra.Command

NewNetworkCampaignList returns a new command to list all published campaigns on Ignite.

func NewNetworkCampaignPublish

func NewNetworkCampaignPublish() *cobra.Command

NewNetworkCampaignPublish returns a new command to publish a new campaigns on Ignite.

func NewNetworkCampaignShow

func NewNetworkCampaignShow() *cobra.Command

NewNetworkCampaignShow returns a new command to show published campaign on Ignite

func NewNetworkCampaignUpdate

func NewNetworkCampaignUpdate() *cobra.Command

func NewNetworkChain

func NewNetworkChain() *cobra.Command

NewNetworkChain creates a new chain command that holds some other sub commands related to launching a network for a chain.

func NewNetworkChainInit

func NewNetworkChainInit() *cobra.Command

NewNetworkChainInit returns a new command to initialize a chain from a published chain ID

func NewNetworkChainInstall

func NewNetworkChainInstall() *cobra.Command

NewNetworkChainInstall returns a new command to install a chain's binary by the launch id.

func NewNetworkChainJoin

func NewNetworkChainJoin() *cobra.Command

NewNetworkChainJoin creates a new chain join command to join to a network as a validator.

func NewNetworkChainLaunch

func NewNetworkChainLaunch() *cobra.Command

NewNetworkChainLaunch creates a new chain launch command to launch the network as a coordinator.

func NewNetworkChainList

func NewNetworkChainList() *cobra.Command

NewNetworkChainList returns a new command to list all published chains on Ignite

func NewNetworkChainPrepare

func NewNetworkChainPrepare() *cobra.Command

NewNetworkChainPrepare returns a new command to prepare the chain for launch

func NewNetworkChainPublish

func NewNetworkChainPublish() *cobra.Command

NewNetworkChainPublish returns a new command to publish a new chain to start a new network.

func NewNetworkChainRevertLaunch

func NewNetworkChainRevertLaunch() *cobra.Command

NewNetworkChainRevertLaunch creates a new chain revert launch command to revert a launched chain.

func NewNetworkChainShow

func NewNetworkChainShow() *cobra.Command

NewNetworkChainShow creates a new chain show command to show a chain details on SPN.

func NewNetworkClient

func NewNetworkClient() *cobra.Command

NewNetworkClient creates a new client command that holds some other sub commands related to connect client to the network.

func NewNetworkClientCreate

func NewNetworkClientCreate() *cobra.Command

NewNetworkClientCreate connects the monitoring modules of launched chains with SPN

func NewNetworkRequest

func NewNetworkRequest() *cobra.Command

NewNetworkRequest creates a new approval request command that holds some other sub commands related to handle request for a chain.

func NewNetworkRequestApprove

func NewNetworkRequestApprove() *cobra.Command

NewNetworkRequestApprove creates a new request approve command to approve requests for a chain.

func NewNetworkRequestList

func NewNetworkRequestList() *cobra.Command

NewNetworkRequestList creates a new request list command to list requests for a chain

func NewNetworkRequestReject

func NewNetworkRequestReject() *cobra.Command

NewNetworkRequestReject creates a new request reject command to reject requests for a chain.

func NewNetworkRequestShow

func NewNetworkRequestShow() *cobra.Command

NewNetworkRequestShow creates a new request show command to show requests details for a chain

func NewNetworkRequestVerify

func NewNetworkRequestVerify() *cobra.Command

NewNetworkRequestVerify verify the request and simulate the chain.

func NewNetworkReward

func NewNetworkReward() *cobra.Command

NewNetworkReward creates a new chain reward command

func NewNetworkRewardSet

func NewNetworkRewardSet() *cobra.Command

NewNetworkRewardSet creates a new chain reward set command to add the chain reward to the network as a coordinator.

func NewRelayer

func NewRelayer() *cobra.Command

NewRelayer returns a new relayer command.

func NewRelayerConfigure

func NewRelayerConfigure() *cobra.Command

NewRelayerConfigure returns a new relayer configure command. faucet addresses are optional and connect command will try to guess the address when not provided. even if auto retrieving coins fails, connect command will complete with success.

func NewRelayerConnect

func NewRelayerConnect() *cobra.Command

NewRelayerConnect returns a new relayer connect command to link all or some relayer paths and start relaying txs in between. if not paths are specified, all paths are linked.

func NewScaffold

func NewScaffold() *cobra.Command

NewScaffold returns a command that groups scaffolding related sub commands.

func NewScaffoldBandchain

func NewScaffoldBandchain() *cobra.Command

NewScaffoldBandchain creates a new BandChain oracle in the module

func NewScaffoldChain

func NewScaffoldChain() *cobra.Command

NewScaffoldChain creates new command to scaffold a Comos-SDK based blockchain.

func NewScaffoldFlutter

func NewScaffoldFlutter() *cobra.Command

NewScaffoldFlutter scaffolds a Flutter app for a chain.

func NewScaffoldList

func NewScaffoldList() *cobra.Command

NewScaffoldList returns a new command to scaffold a list.

func NewScaffoldMap

func NewScaffoldMap() *cobra.Command

NewScaffoldMap returns a new command to scaffold a map.

func NewScaffoldMessage

func NewScaffoldMessage() *cobra.Command

NewScaffoldMessage returns the command to scaffold messages

func NewScaffoldModule

func NewScaffoldModule() *cobra.Command

NewScaffoldModule returns the command to scaffold a Cosmos SDK module

func NewScaffoldPacket

func NewScaffoldPacket() *cobra.Command

NewScaffoldPacket creates a new packet in the module

func NewScaffoldQuery

func NewScaffoldQuery() *cobra.Command

NewScaffoldQuery command creates a new type command to scaffold queries

func NewScaffoldSingle

func NewScaffoldSingle() *cobra.Command

NewScaffoldSingle returns a new command to scaffold a singleton.

func NewScaffoldType

func NewScaffoldType() *cobra.Command

NewScaffoldType returns a new command to scaffold a type.

func NewScaffoldVue

func NewScaffoldVue() *cobra.Command

NewScaffoldVue scaffolds a Vue.js app for a chain.

func NewScaffoldWasm

func NewScaffoldWasm() *cobra.Command

func NewTools

func NewTools() *cobra.Command

NewTools returns a command where various tools (binaries) are attached as sub commands for advanced users.

func NewToolsCompletions

func NewToolsCompletions() *cobra.Command

func NewToolsIBCRelayer

func NewToolsIBCRelayer() *cobra.Command

func NewToolsIBCSetup

func NewToolsIBCSetup() *cobra.Command

func NewToolsProtoc

func NewToolsProtoc() *cobra.Command

func NewVersion

func NewVersion() *cobra.Command

NewVersion creates a new version command to show the Ignite CLI version.

Types

type NetworkBuilder

type NetworkBuilder struct {
	AccountRegistry cosmosaccount.Registry
	// contains filtered or unexported fields
}

func (NetworkBuilder) Chain

func (NetworkBuilder) Network

func (n NetworkBuilder) Network(options ...network.Option) (network.Network, error)

type NetworkBuilderOption

type NetworkBuilderOption func(builder *NetworkBuilder)

func CollectEvents

func CollectEvents(ev events.Bus) NetworkBuilderOption

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL