Documentation
¶
Overview ¶
Package seinode registers the `seictl node` verb tree, which manages standalone SeiNode (seinodes.sei.io/v1alpha1) custom resources via embedded presets. It is the follower/full-node half of the split that replaced the single `seictl nodedeployment` tree; the genesis-validator half is `seictl network` (package seinetwork).
See design/WS-A-seictl-lld.md for the command surface, the object-label producer contract (§2.2b), and the peer auto-wiring rail (§3).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = cli.Command{ Name: "node", Usage: "Manage standalone SeiNode custom resources via embedded presets", Commands: []*cli.Command{ &applyCmd, &getCmd, &listCmd, &deleteCmd, &watchCmd, }, }
Cmd is the `seictl node` command tree.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.