deploy

!!! These commands are experimental and not yet ready for use !!!

These commands are designed to allow you to build packages on one server and sync the built packages to other servers.

update

sw deploy update
sw deploy update force

Install locally built packages on all production servers that do not use the same package version. Using the “force” option causes the package to be deployed to the remove server regardless of package versions.

checkupdate

sw deploy checkupdate

Check locally built packages against all production servers and list those that do not use the same
package version.

add

sw deploy add
sw deploy add 192.168.0.1
sw deploy create
sw deploy create 192.168.0.1

Register an IP address as a production server. Be sure to authenticate SSH keys first.

delete

sw deploy delete
sw deploy delete 192.168.0.1
sw deploy remove
sw deploy remove 192.168.0.1

Unregister an IP address as a production server.

list

sw deploy list

List all servers set for remote package deployment.