Skip to content

Commit

Permalink
Remove legacy doctor command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Dec 22, 2024
1 parent 72e62a3 commit 56c81fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 190 deletions.
147 changes: 0 additions & 147 deletions bridgetown-core/lib/bridgetown-core/commands/doctor.rb

This file was deleted.

41 changes: 0 additions & 41 deletions bridgetown-core/test/test_doctor_command.rb

This file was deleted.

3 changes: 1 addition & 2 deletions bridgetown-website/src/_docs/command-line-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Available commands are:
* `bridgetown new PATH` - Creates a new Bridgetown site at the specified path with a default configuration and typical site folder structure.
* Use the `--apply=` or `-a` option to [apply an automation](/docs/automations) to the new site.
* Use the `--configure=` or `-c` option to [apply one or more bundled configurations](/docs/bundled-configurations) to the new site.
* Use the `-t` option to choose ERB or Serbea templates instead of Liquid (aka `-t erb`).
* Use the `-t` option to choose Serbea or Liquid templates instead of ERB (aka `-t serbea`).
* Use the `--use-sass` option to configure your project to support Sass.
* `bin/bridgetown start` or `s` - Boots the Rack-based server (using Puma) at `localhost:4000`. In development, you'll get live reload functionality as long as `{% live_reload_dev_js %}` or `<%= live_reload_dev_js %>` is in your HTML head.
* `bin/bridgetown deploy` - Ensures that all frontend assets get built alongside the published Bridgetown output. This is the command you'll want to use for [deployment](/docs/deployment).
Expand All @@ -29,7 +29,6 @@ Available commands are:
* `bin/bridgetown configure CONFIGURATION` - Run a [bundled configuration](/docs/bundled-configurations) for your existing site. Invoke without arguments to see all available configurations.
* `bin/bridgetown date` - Displays the current date and time so you can copy'n'paste it into your front matter.
* `bin/bridgetown help` - Shows help, optionally for a given subcommand, e.g. `bridgetown help build`.
* `bin/bridgetown doctor` - Outputs any deprecation or configuration issues.
* `bin/bridgetown clean` - Removes all generated files: destination folder, metadata file, and Bridgetown caches.
* `bin/bridgetown esbuild ACTION` - Allows you to perform actions such as `update` on your project's esbuild configuration. Invoke without arguments to see all available actions.
{% endraw %}
Expand Down

0 comments on commit 56c81fc

Please sign in to comment.