CommandsΒΆ
Usage: fujin {init,up,deploy,redeploy,app,server,proxy,config,docs,down,rollback,prune,printenv} [-h] [--completion COMPLETION]
Deployment of python web apps in a breeze :)
Subcommands
init Generate a sample configuration file
up Run everything required to deploy an application to a fresh host.
deploy Deploy the project by building, transferring files, installing, and configuring services
redeploy Redeploy the application to apply code and environment changes
app Run application-related tasks
server Manage server operations
proxy Manage web proxy.
config Display your current configuration
docs Configuration documentation
down Tear down the project by stopping services and cleaning up resources
rollback Rollback application to a previous version
prune Prune old artifacts, keeping only the specified number of recent versions
printenv Display the contents of the envfile with resolved secrets (for debugging purposes)
Help
[-h, --help] Show this message and exit.
[--completion COMPLETION] Use --completion generate to print shell-specific completion source. Valid options: generate, complete.