lib/discourse_theme/cli.rb in discourse_theme-0.9.1 vs lib/discourse_theme/cli.rb in discourse_theme-1.0.0

- old
+ new

@@ -21,10 +21,10 @@ new DIR - Creates a new theme in the specified directory. download DIR - Downloads a theme from the server and stores it in the specified directory. upload DIR - Uploads the theme from the specified directory to Discourse. watch DIR - Watches the theme in the specified directory and synchronizes any changes with Discourse. rspec DIR [OPTIONS] - Runs the RSpec tests in the specified directory. The tests can be run using a local Discourse repository or a Docker container. - --headless - Runs the RSpec system type tests in headless mode. Applies to both modes. + --headful - Runs the RSpec system type tests in headful mode. Applies to both modes. If specified directory has been configured to run in a Docker container, the additional options are supported. --rebuild - Forces a rebuilds of Docker container. --verbose - Runs the command to prepare the Docker container in verbose mode.