# Functions
NewCommand creates a new Cobra command and a Runner object to handle the command's logic, and adds flags to the command for environment name, workspace, resource group, and namespace.
NewRunner creates a new instance of the `rad env create` runner.