Much like the WordPress CLI, the commands in Site Wrangler’s command line interface is divided into several categories. Each command is evoked with the category and and command as the first and second arguments respectively. For example, to list nginx vhost domains, you can run this command:
sw nginx list
In this example the category is “nginx” and the command is “list”.