usage: tautline publish-feature-request-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 feature-request
                        publication must use --commit --push.
  --commit              Commit the feature-request archive files to the
                        dedicated feature-request archive branch; requires
                        --push.
  --push                Push the dedicated feature-request archive branch
                        after committing; requires --commit.
  --branch BRANCH       Dedicated feature-request archive branch to publish
                        to; default: methodology-feature-request-archive.
  --message MESSAGE     Commit message to use with --commit.
