tsuru app deploy <file-or-dir-n>

Deploys set of files and/or directories to tsuru server

Arguments

NameDescription
file-or-dir-nfilepaths

Subcommands

NameDescription
listList information about deploys for an application
rebuildRebuild and deploy the last app image
rollbackDeploys an existing image for an app

Options

NameDescription
-a, --app <app>App name
-f, --files-onlyEnables single file deployment into the root of the app's tree
-i, --imageThe image to deploy in app
-m, --messageA message describing this deploy
--new-versionCreates a new version for the current deployment while preserving existing versions
--override-old-versionsForce replace all deployed versions by this new deploy