spin maintain [environment] [ -p|--port <port> -u|--user <user> -U|--upgrade ]

Before you execute this command, you should have the following completed:
.spin.yml file should be configuredThe above command will:
The following options are available to set when running this command.
| Option | Short | Default | Description |
|---|---|---|---|
environment | - | all | Optional. The target environment to maintain (e.g., production, staging). |
--host | -h | The hostname or group of hosts you'd like to apply updates to. | |
--port | -p | 22 | The port to SSH into the server with. |
--user | -u | The username of your HOST machine (run whoami in a new terminal) | The user to SSH into the server with. |
--upgrade | -U | Check for Ansible collection updates once per day. | Force upgrade the Ansible Collection on your machine before applying updates. |