en: nucleon: core: exec: help: usage: |- Usage header: |- Available actions action_group: |- %{namespace} actions no_actions_found: |- No action found. Try these. multiple_actions_found: |- Multiple actions were found. Did you mean one of these? footer: |- For help on any individual action run `%{command}` errors: missing_argument: |- Argument <%{name}> must be specified util: cli: options: version: |- Print the current version information and exit color: |- Whether or not to output console messages in color (default %{default_value}) parallel: |- Whether or not to run in parallel mode (default %{default_value}) short_help: |- Display brief help information for this command extended_help: |- Display a more extended breakdown of available options for this commands available actions log_level: |- Set the logging level for this execution run exec_dir: |- Change to a specified directory before this execution run encoded: |- Optional encoded parameter set that contains default action settings (machine use only) parse: error: |- There was a problem with the command arguments given mixin: action: project: options: project_provider: |- Plugin provider to use for this project (default %{default_value}) project_reference: |- Project URL or reference string to set as primary remote (default %{default_value}) project_revision: |- Revision or branch to load (default %{default_value}) commit: options: commit: |- Commit any uncommitted changes (default %{default_value}) allow_empty: |- Allow commits with no changes (default %{default_value}) message: |- Commit message (defaults to auto generated commit information) author: |- Author of the changes being committed if different from the committer propogate_commit: |- Propogate commits throughout the project tree (default %{default_value}) push: options: push: |- Push changes to remote server (default %{default_value}) remote: |- Remote name to push to (default %{default_value}) revision: |- Branch to push (default %{default_value}) propogate_push: |- Propogate pushes to the remote throughout the project tree (default %{default_value}) action: unknown: description: |- This Nucleon action has no description available help: |- There is no extended help information available for this Nucleon action. extract: description: |- Extract an encoded package into a directory help: |- Extract an encoded package into a directory options: path: |- Base path in which to extract the encoded data encoded: |- Encoded data to be extracted into the base path errors: path: |- "Base path for extracted files must be an existing directory" encoded: |- "Data is either not properly encoded or is empty %{value}" project: create: description: |- Create a new project options: path: |- Project path (default %{default_value}) start: |- Creating a new project at %{path} from %{project_reference} update: description: |- Update this project from a remote options: path: |- Project path (default %{default_value}) start: |- Starting update run from provider %{project_provider} (ref: %{project_reference} rev: %{project_revision}) save: description: |- Save changes to files in this project options: path: |- Project path (default %{default_value}) files: |- Optional space separated list of files to save start: |- Saving project changes with provider %{project_provider} (ref: %{project_reference} rev: %{project_revision}) add: description: |- Add a new sub-project to this project options: path: |- Project path (default %{default_value}) sub_path: |- Subproject path editable: |- Whether or not this sub project should be added as an editable remote (default %{default_value}) start: |- Adding new subproject from %{sub_reference} at %{sub_path} remove: description: |- Remove an existing sub-project from this project options: path: |- Project path (default %{default_value}) sub_path: |- Subproject path start: |- Removing existing subproject at %{sub_path}