Documentation ¶ Index ¶ func Handle(args []string) type Flags Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Handle ¶ func Handle(args []string) Handle is the entry point for the push command. Types ¶ type Flags ¶ type Flags struct { Env string // Target environment (devnet, testnet) Node string // Single node IP (optional) Direct bool // Sequential upload to each node (no fanout) } Flags holds push command flags. Source Files ¶ View all Source files push.go Click to show internal directories. Click to hide internal directories.