usage: tautline publish-deploy-ready-update [-h] [--project PROJECT]
                                            [--target TARGET] --environment
                                            ENVIRONMENT --url URL
                                            [--iteration-review-url ITERATION_REVIEW_URL]
                                            [--commit COMMIT]
                                            [--source {auto,pipeline,agent}]
                                            [--stdin]
                                            [--content-file CONTENT_FILE]
                                            [--summary SUMMARY] [--dry-run]
                                            [--force]

options:
  -h, --help            show this help message and exit
  --project PROJECT
  --target TARGET
  --environment ENVIRONMENT
                        Deployment environment name, such as dev, staging, or
                        production.
  --url URL             Live deployed URL ready for review.
  --iteration-review-url ITERATION_REVIEW_URL
                        Optional published iteration review URL to include in
                        the Chat card.
  --commit COMMIT       Optional deployed commit/ref; defaults to current HEAD
                        short SHA when available.
  --source {auto,pipeline,agent}
                        Post provenance. auto records pipeline in common CI
                        environments and agent otherwise.
  --stdin
  --content-file CONTENT_FILE
  --summary SUMMARY
  --dry-run
  --force
