From e831482343979131249bb0633e233acf51312504 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Thu, 17 Nov 2022 22:58:36 -0500 Subject: [PATCH] Update commands in README --- README.md | 4 ++++ cmd/logs.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbec8a33..e625aa20 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/logs.go b/cmd/logs.go index 54d74ae2..4fe746b1 100644 --- a/cmd/logs.go +++ b/cmd/logs.go @@ -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.