locales/en.yml in nucleon-0.1.1 vs locales/en.yml in nucleon-0.1.2

- old
+ new

@@ -1,58 +1,64 @@ en: nucleon: - errors: - batch_error: |- - An issue was encountered during batch processing core: + exec: + help: + usage: |- + Usage + header: |- + Available actions + footer: |- + For help on any individual action run `corl <action> -h` + errors: + missing_argument: |- + Argument <%{name}> must be specified util: cli: options: - help: |- - Display help information for this command + 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 encoded: |- Optional encoded parameter set that contains default action settings (machine use only) parse: error: |- There was a problem with the command arguments given - batch: - unexpected_error: | - There was a problem with batch %{process}: %{message} - coral_error: | - There was a problem with batch %{process}: %{message} - mixins: - project: - options: - provider: |- - Nucleon plugin provider to use for this project (default %{default_value}) - reference: |- - Project URL or reference string to set as primary remote (default %{default_value}) - revision: |- - Revision or branch to load (default %{default_value}) - commit: - options: - commit: |- - Commit any uncommitted changes (default %{default_value}) - 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: |- - Propogate commits throughout the project tree (default %{default_value}) - push: - options: - push: |- - Push changes to remote server (default %{default_value}) - propogate: |- - Propogate pushes to the remote throughout the project tree (default %{default_value}) - remote: |- - Remote name to push to (default %{default_value}) - revision: |- - Branch to push (default %{default_value}) + 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}) + 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}) actions: extract: options: path: |- Base path in which to extract the encoded data \ No newline at end of file