Skip to content

Commit

Permalink
Update commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Nov 18, 2022
1 parent a78ebe9 commit e831482
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,17 @@ Supported commands so far:
| `galaxy` | Commands for Ansible Galaxy |
| `info` | Displays information about this Trellis project |
| `init` | Initializes an existing Trellis project |
| `key` | Commands for managing SSH keys |
| `logs` | Tails the Nginx log files |
| `new` | Creates a new Trellis project |
| `open` | Opens user-defined URLs (and more) which can act as shortcuts/bookmarks specific to your Trellis projects |
| `provision` | Provisions the specified environment |
| `rollback` | Rollsback the last deploy of the site on the specified environment |
| `ssh` | Connects to host via SSH |
| `up` | Starts and provisions the Vagrant environment by running `vagrant up` |
| `valet` | Commands for Laravel Valet |
| `vault` | Commands for Ansible Vault |
| `xdebug-tunnel` | Commands for managing Xdebug tunnels |
## Configuration
There are three ways to set configuration settings for trellis-cli and they are
Expand Down
2 changes: 1 addition & 1 deletion cmd/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (c *LogsCommand) Help() string {
helpText := `
Usage: trellis logs [options] ENVIRONMENT [SITE]
Tails the Nginx log files (access and error) for an environment.
Tails the Nginx log files for an environment.
Automatically integrates with https://goaccess.io/ when the --goaccess option is used.
Expand Down

0 comments on commit e831482

Please # to comment.