tsuru app deploy <file-or-dir-n>
Deploys set of files and/or directories to tsuru server
Arguments
Name | Description |
---|
file-or-dir-n | filepaths |
Subcommands
Name | Description |
---|
list | List information about deploys for an application |
rebuild | Rebuild and deploy the last app image |
rollback | Deploys an existing image for an app |
Options
Name | Description |
---|
-a, --app <app> | App name |
-f, --files-only | Enables single file deployment into the root of the app's tree |
-i, --image | The image to deploy in app |
-m, --message | A message describing this deploy |
--new-version | Creates a new version for the current deployment while preserving existing versions |
--override-old-versions | Force replace all deployed versions by this new deploy |