Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitSuccess = cliutil.ExitSuccess ExitGeneral = cliutil.ExitGeneral ExitUsage = cliutil.ExitUsage ExitConfig = cliutil.ExitConfig ExitConnection = cliutil.ExitConnection ExitTransaction = cliutil.ExitTransaction ExitAuth = cliutil.ExitAuth ExitStore = cliutil.ExitStore ExitPluginNotFound = cliutil.ExitPluginNotFound )
Variables ¶
View Source
var ( ExitCode = cliutil.ExitCode ErrUsage = cliutil.ErrUsage ErrConfig = cliutil.ErrConfig ErrConnection = cliutil.ErrConnection ErrTransaction = cliutil.ErrTransaction ErrAuth = cliutil.ErrAuth )
Functions ¶
func Execute ¶
Execute seeds the SDK client and server context keys on the command context (so that downstream PersistentPreRunE hooks find a non-nil ClientContextKey), then executes the root command.
func NewRootCmd ¶
NewRootCmd creates the root cobra command for akt.
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package console implements the `akt console` CLI commands for the Akash Console managed-wallet API (SPEC §2.9, §7).
|
Package console implements the `akt console` CLI commands for the Akash Console managed-wallet API (SPEC §2.9, §7). |
|
Package keys implements the `akt context keys` CLI commands for managing cryptographic keys within the context's keyring.
|
Package keys implements the `akt context keys` CLI commands for managing cryptographic keys within the context's keyring. |
|
Package provider implements the `akt provider` CLI commands for interacting with provider gateway APIs.
|
Package provider implements the `akt provider` CLI commands for interacting with provider gateway APIs. |
|
Package sdl implements the transport-independent `akt sdl` command group: scaffold listing, SDL generation, and offline validation.
|
Package sdl implements the transport-independent `akt sdl` command group: scaffold listing, SDL generation, and offline validation. |
|
Package store implements the `akt store` CLI commands for managing the local deployment store.
|
Package store implements the `akt store` CLI commands for managing the local deployment store. |
|
Package workflow generates CLI commands dynamically from workflow definitions.
|
Package workflow generates CLI commands dynamically from workflow definitions. |
Click to show internal directories.
Click to hide internal directories.