Skip to content

dev

usage: cox dev [-h] {release,release-check} ...

maintainer commands for the Coxswain repositories; not needed to use Coxswain

positional arguments:
  {release,release-check}
    release             the lockstep tag/bump-manifest/notes plan across
                        coxswain's manifest, or (without --dry-run) tags and
                        pushes every component
    release-check       gather facts and print drifts between the CLI, the
                        manifest, the docs and the release notes

options:
  -h, --help            show this help message and exit

release

usage: cox dev release [-h] [--manifest MANIFEST] [--dry-run] [--root ROOT]
                       [--checkout NAME=PATH] [--umbrella UMBRELLA]
                       [--allow-doc-drift REASON]
                       version

positional arguments:
  version

options:
  -h, --help            show this help message and exit
  --manifest MANIFEST
  --dry-run
  --root ROOT
  --checkout NAME=PATH
  --umbrella UMBRELLA
  --allow-doc-drift REASON
                        proceed despite a standing release-check drift, naming
                        why

release-check

usage: cox dev release-check [-h] [--manifest MANIFEST] [--root ROOT] [--json]

options:
  -h, --help           show this help message and exit
  --manifest MANIFEST
  --root ROOT
  --json