Skip to content
Content only available in english

cob-cli tagDefs command

cob-cli tagDefs [--servername <servername>]

Tags untagged changes in the definitions configured in solutions.yml. Only tagged changes are exported by cob-cli updateFromServer and later deployed by cob-cli deploy. Running this command is the step that marks changes as ready for deployment.

For each matching definition, the command fetches its untagged changes and presents them for review. The operator can then choose to tag all changes, tag changes only up to a specific date, or skip the definition. With --all, all definitions are tagged without prompting.

See RecordM Definition changes: tagging, export, and deployment for a full explanation of how tagging fits into the deployment cycle.

Options

-s --servername <servername>
        Specify the name of the CoB server (without the FQDN).

-e --environment <env_name>
        Name of the target environment.

--all
        Tag all untagged changes in all configured definitions without prompting.

--cookie <path>
        Path to a cookie file to use for authentication.

-V --verbose
        Verbose execution output. Can be repeated for increased verbosity (e.g. -VVV).