--generate-dir option to publish heroku, refs #1905

This commit is contained in:
Simon Willison 2022-11-18 16:34:33 -08:00
commit 72ac9bf82f
4 changed files with 70 additions and 0 deletions

View file

@ -501,6 +501,8 @@ See :ref:`publish_heroku`.
-n, --name TEXT Application name to use when deploying
--tar TEXT --tar option to pass to Heroku, e.g.
--tar=/usr/local/bin/gtar
--generate-dir DIRECTORY Output generated application files and stop
without deploying
--help Show this message and exit.