Skip to content

vip app deploy

Deploy to your app from a file

Usage

vip app-deploy [options]

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-f, --force Skip prompt
-h, --help Output the help for the (sub)command
-m, --message Custom message for deploy
-v, --version Output the version number

Examples

- Deploy the given compressed file to your site
$ vip app @mysite.develop deploy file.zip

- Deploy the given compressed file to your site
$ vip app @mysite.develop deploy file.zip --message "This is a deploy message"

- Deploy the given compressed file to your site without prompting
$ vip app @mysite.develop deploy file.zip --force

Last updated: April 24, 2024