command

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2022 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildCmd

func BuildCmd() *cobra.Command

BuildCmd returns the build command.

func CleanCmd added in v0.0.16

func CleanCmd() *cobra.Command

CleanCmd removes all of the target/.build folders for modules and deletes the .wasm files.

func CreatePluginCmd added in v0.6.0

func CreatePluginCmd() *cobra.Command

CreatePluginCmd returns the build command.

func CreateProjectCmd added in v0.0.7

func CreateProjectCmd() *cobra.Command

CreateProjectCmd returns the build command.

func CreateReleaseCmd added in v0.0.14

func CreateReleaseCmd() *cobra.Command

CreateReleaseCmd returns the create release command this is only available for development builds.

func DeployCmd added in v0.5.0

func DeployCmd() *cobra.Command

DeployCmd deploys the current project.

func DevCmd added in v0.0.9

func DevCmd() *cobra.Command

DevCmd returns the dev command.

func DocsBuildCmd added in v0.3.2

func DocsBuildCmd() *cobra.Command

DocsBuildCmd returns the docs build command.

func DocsTestCmd added in v0.3.2

func DocsTestCmd() *cobra.Command

DocsTestCmd returns the docs test command.

func PushCmd added in v0.3.2

func PushCmd() *cobra.Command

PushCmd packages the current project into a Bindle and pushes it to a Bindle server.

func SE2CreateTokenCommand added in v0.6.0

func SE2CreateTokenCommand() *cobra.Command

SE2CreateTokenCommand returns the dev command.

func SE2DeployCommand added in v0.6.0

func SE2DeployCommand() *cobra.Command

SE2DeployCommand returns the SE2 deploy command.

Types

type CreatePluginError added in v0.6.0

type CreatePluginError struct {
	Path string // The ouput directory for build command CreatePluginCmd().
	// contains filtered or unexported fields
}

CreatePluginError wraps errors for CreatePluginCmd() failures.

func NewCreatePluginError added in v0.6.0

func NewCreatePluginError(path string, err error) CreatePluginError

NewCreatePluginError cleans up and returns CreatePluginError for CreatePluginCmd() failures.

type DotSuboFile added in v0.0.14

type DotSuboFile struct {
	DotVersionFiles []string `yaml:"dotVersionFiles"`
	PreMakeTargets  []string `yaml:"preMakeTargets"`
	PostMakeTargets []string `yaml:"postMakeTargets"`
}

DotSuboFile describes a .subo file for controlling releases.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL