# Functions
Diff Using a Project & Renderer & Get, renders the pipeline and shows the difference between current and desired state.
NewDeleteCommand - Using a Project, Renderer & Backend, renders and deletes a pipeline and its nested pipelines.
NewDiffCommand - A Cobra wrapper for the common Diff function.
NewExecCommand - Using a Project, Renderer & Backend, executes a pipeline pipeline.
NewProjectCommand - Creates the `project` subcommand.
NewProjectInitCommand - initialize a `shore` project.
NewRenderCommand - A Cobra wrapper for the common Render function.
NewSaveCommand - Using a Project, Renderer & Backend, renders and saves a pipeline.
NewTestRemoteCommand - Using a Project, Renderer & Backend runs a test suite defined in a config file and outputs the results to the customer.
Render - Using a Project & Renderer, renders the pipeline.
# Structs
Dependencies - Shared dependencies all controller MAY require.