Introduction
Autorply CTL(cwctl) is CLI tool to install and manage a self hosted Autorply Linux installation.
cwctl aims to abstract away the common bash interactions with a Autorply installation and provide an easy to use syntax. This is not intended to be a full replacement.
If you are running a Autorply v2.7.0 instance or later, cwctl would have been already installed for you as part of installation.
Check if cwctl is already installed by
cwctl is not present, follow the steps below to install Autorply CTL.
Install or Upgrade Autorply CTL
If you used an older version of install script(< 2.0), you will not havecwctl in your PATH. To install/upgrade Autorply CTL,
The above command requires root access to install
cwctl to /usr/local/bin.Help
To learn more about the options supported bycwctl,
Upgrading to a newer version of Autorply
Whenever a new version of Autorply is released, use the following steps to upgrade your instance.This will upgrade your Autorply instance to the latest stable release. If you are running a custom branch in production do not use this to upgrade.
Upgrading to a specific version or branch
cwctl also supports experimental upgrades to a specific Autorply version or branch. This is useful when an instance is several releases behind and needs to be upgraded through intermediate versions instead of jumping directly to the latest release. You can also use this to upgrade from a branch such as develop.
Setup Nginx with SSL after installation
To set up Nginx with SSL after initial setup(if you answeredno to webserver/SSL setup during the first install)
Please add an A record pointing to your Autorply instance IP before proceeding.

