Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates a new Cobra command that can be used to run an application specified by a Bicep or ARM template, port-forward container ports and stream container logs to a user's terminal, and accepts the same parameters as the 'rad
deploy' command. It returns an error if the command is not run with exactly one argument.
Types ¶
type Runner ¶
type Runner struct {
	deploycmd.Runner
	Logstream   logstream.Interface
	Portforward portforward.Interface
	// contains filtered or unexported fields
}
    Runner is the runner implementation for the `rad run` command.
 Click to show internal directories. 
   Click to hide internal directories.