# Functions
BuildAppCmd builds the top level app command and related subcommands.
BuildCompletionCmd returns the command to output shell completion code for the specified shell (bash or zsh).
BuildDeployCmd is the deploy command.
BuildDocsCmd builds the command for opening the documentation.
BuildEnvCmd is the top level command for environments.
BuildInitCmd builds the command for bootstrapping an application.
BuildJobCmd is the top level command for jobs.
BuildPipelineCmd is the top level command for pipelines.
BuildStorageCmd is the top level command for storage.
BuildSvcCmd is the top level command for service.
BuildTaskCmd is the top level command for task.
BuildTaskRunCmd build the command for running a new task.
BuildVersionCmd builds the command for displaying the version.