Skip to content

Commit

Permalink
Merge pull request rails#53612 from jake-duchesne/update-command-line…
Browse files Browse the repository at this point in the history
…-skip-opts

Document additional skip options for rails new [ci skip]
  • Loading branch information
p8 authored Nov 13, 2024
2 parents ad9bc2a + c4a2ed5 commit 67c6ef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/source/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ If you wish to skip some files from being generated or skip some libraries, you
| `--skip-system-test` | Skip system test files |
| `--skip-bootsnap` | Skip bootsnap gem |
| `--skip-dev-gems` | Skip adding development gems |
| `--skip-thruster` | Skip Thruster setup |
| `--skip-rubocop` | Skip RuboCop setup |
| `--skip-brakeman` | Skip brakeman setup |
| `--skip-ci` | Skip GitHub CI files |
| `--skip-kamal` | Skip Kamal setup |
| `--skip-solid` | Skip Solid Cache, Queue, and Cable setup |

These are just some of the options that `rails new` accepts. For a full list of options, type `rails new --help`.

Expand Down

0 comments on commit 67c6ef2

Please sign in to comment.