diff --git a/examples/deploy.svg b/examples/deploy.svg index 7e3a4b8..556adb9 100644 --- a/examples/deploy.svg +++ b/examples/deploy.svg @@ -1,4 +1,4 @@ - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + - ./manage.py routine deploy + ./manage.py routine deploy - + - - -Usage: ./manage.py routine deploy [OPTIONS] COMMAND [ARGS]... - - -Deploy the site application into production. - - -[0routine package | prepare -[0migrate -[0collectstatic -[0shellcompletion install | initial -[0loaddata ./fixtures/demo.json | demo - -╭─ Options ─────────────────────────────────────────────────────╮ ---allInclude all switched commands. ---demoLoad the demo data. ---initialThings to do on the very first deployment  -on a new server.                           ---prepareGenerate artifacts like migrations and     -transpiled javascript.                     ---helpShow this message and exit. -╰───────────────────────────────────────────────────────────────╯ -╭─ Commands ────────────────────────────────────────────────────╮ -list List the commands that will be run.                    -╰───────────────────────────────────────────────────────────────╯ + + +Usage: ./manage.py routine deploy [OPTIONS] COMMAND [ARGS]... + + +Deploy the site application into production. + + +[0routine package | prepare +[0migrate +[0collectstatic +[0shellcompletion install | initial +[0loaddata ./fixtures/demo.json | demo +[0touch /path/to/wsgi.py + +╭─ Options ─────────────────────────────────────────────────────╮ +--subprocessRun commands as subprocesses. +--atomicRun all commands in the same            +transaction.                            +--continueContinue through the routine if any     +commands fail.                          +--allInclude all switched commands. +--demoLoad the demo data. +--initialThings to do on the very first          +deployment on a new server.             +--prepareGenerate artifacts like migrations and  +transpiled javascript.                  +--helpShow this message and exit. +╰───────────────────────────────────────────────────────────────╯ +╭─ Commands ────────────────────────────────────────────────────╮ +list List the commands that will be run.                    +╰───────────────────────────────────────────────────────────────╯ diff --git a/examples/package.svg b/examples/package.svg index 8a1586e..5507423 100644 --- a/examples/package.svg +++ b/examples/package.svg @@ -1,4 +1,4 @@ - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + - ./manage.py routine package + ./manage.py routine package - + - - -Usage: ./manage.py routine package [OPTIONS] COMMAND [ARGS]... - - -Generate pre-package artifacts like migrations and transpiled  -javascript. - - -[0makemigrations -[0renderstatic - -╭─ Options ─────────────────────────────────────────────────────╮ ---allInclude all switched commands. ---helpShow this message and exit. -╰───────────────────────────────────────────────────────────────╯ -╭─ Commands ────────────────────────────────────────────────────╮ -list List the commands that will be run.                    -╰───────────────────────────────────────────────────────────────╯ + + +Usage: ./manage.py routine package [OPTIONS] COMMAND [ARGS]... + + +Generate pre-package artifacts like migrations and transpiled  +javascript. + + +[0makemigrations +[0renderstatic +[0poetry build + +╭─ Options ─────────────────────────────────────────────────────╮ +--subprocessRun commands as subprocesses. +--atomicRun all commands in the same            +transaction.                            +--continueContinue through the routine if any     +commands fail.                          +--allInclude all switched commands. +--helpShow this message and exit. +╰───────────────────────────────────────────────────────────────╯ +╭─ Commands ────────────────────────────────────────────────────╮ +list List the commands that will be run.                    +╰───────────────────────────────────────────────────────────────╯