usage: tautline publish-rca-artifact [-h] --file FILE
                                     [--archive-dir ARCHIVE_DIR] [--no-stage]
                                     [--allow-release-checkout-write]
                                     [--commit] [--push] [--branch BRANCH]
                                     [--message MESSAGE]

options:
  -h, --help            show this help message and exit
  --file FILE
  --archive-dir ARCHIVE_DIR
  --no-stage            Skip git add only; requires --allow-release-checkout-
                        write when not using --commit --push.
  --allow-release-checkout-write
                        Allow local validation/preview writes into the active
                        methodology release checkout. Normal RCA publication
                        must use --commit --push.
  --commit              Commit the RCA archive files to the dedicated RCA
                        archive branch; requires --push.
  --push                Push the dedicated RCA archive branch after
                        committing; requires --commit.
  --branch BRANCH       Dedicated RCA archive branch to publish to; default:
                        methodology-rca-archive.
  --message MESSAGE     Commit message to use with --commit.
