Documentation ¶
Index ¶
- func RunApis(cellName string)
- func RunBuild(tag string, fileName string)
- func RunComponents(cellName string)
- func RunDescribe(cellImage string)
- func RunExtractResources(cellImage string, outputPath string)
- func RunImage()
- func RunImageInformation(input string)
- func RunInit()
- func RunListFiles(cellImage string)
- func RunLogs(cellName, componentName string)
- func RunPs()
- func RunPull(cellImage string, silent bool)
- func RunPush(cellImage string)
- func RunRun(cellImageTag string, instanceName string, dependencies []string)
- func RunSetup()
- func RunStatus(cellName string)
- func RunStop(instanceName string)
- func RunVersion()
- type Component
- type Config
- type Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBuild ¶
RunBuild executes the cell's build life cycle method and saves the generated cell image to the local repo. This also copies the relevant ballerina files to the ballerina repo directory.
func RunComponents ¶
func RunComponents(cellName string)
func RunDescribe ¶
func RunDescribe(cellImage string)
func RunExtractResources ¶
RunExtractResources extracts the cell image zip file and copies the resources folder to the provided path
func RunImageInformation ¶
func RunImageInformation(input string)
func RunListFiles ¶
func RunListFiles(cellImage string)
RunListFiles extracts the cell image and lists the files in the cell image
func RunPull ¶
RunPull connects to the Cellery Registry and pulls the cell image and saves it in the local repository. This also adds the relevant ballerina files to the ballerina repo directory.
func RunPush ¶
func RunPush(cellImage string)
RunPush parses the cell image name to recognize the Cellery Registry (A Docker Registry), Organization and version and pushes to the Cellery Registry
func RunVersion ¶
func RunVersion()