Method
Run
(args Args, embeddedCerts embed.FS)
Source from the content-addressed store, hash-verified
| 48 | |
| 49 | type Runnable interface { |
| 50 | Run(args Args, embeddedCerts embed.FS) error |
| 51 | } |
| 52 | |
| 53 | func (Args) Version() string { |
Implementers 6
Clientinternal/cloud/client.go DeployCmdinternal/support/cli/deploy_command.go AgentCmdinternal/support/cli/agent_command.go