Documentation ¶
Index ¶
- func ContainsSwaConfig(path string) (bool, error)
- type Cli
- func (cli *Cli) Build(ctx context.Context, cwd string, buildProgress io.Writer) error
- func (cli *Cli) CheckInstalled(_ context.Context) error
- func (cli *Cli) Deploy(ctx context.Context, cwd string, tenantId string, subscriptionId string, ...) (string, error)
- func (cli *Cli) InstallUrl() string
- func (cli *Cli) Name() string
- type DeployOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsSwaConfig ¶
check if the swa-cli.config.json file exists in the given directory
Types ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
func NewCli ¶
func NewCli(commandRunner exec.CommandRunner) *Cli
func (*Cli) InstallUrl ¶
type DeployOptions ¶
Click to show internal directories.
Click to hide internal directories.