Skip to content

Commit 67c6ef2

Browse files
authored
Merge pull request rails#53612 from jake-duchesne/update-command-line-skip-opts
Document additional skip options for rails new [ci skip]
2 parents ad9bc2a + c4a2ed5 commit 67c6ef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

guides/source/command_line.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ If you wish to skip some files from being generated or skip some libraries, you
6666
| `--skip-system-test` | Skip system test files |
6767
| `--skip-bootsnap` | Skip bootsnap gem |
6868
| `--skip-dev-gems` | Skip adding development gems |
69+
| `--skip-thruster` | Skip Thruster setup |
6970
| `--skip-rubocop` | Skip RuboCop setup |
71+
| `--skip-brakeman` | Skip brakeman setup |
72+
| `--skip-ci` | Skip GitHub CI files |
73+
| `--skip-kamal` | Skip Kamal setup |
74+
| `--skip-solid` | Skip Solid Cache, Queue, and Cable setup |
7075

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

0 commit comments

Comments
 (0)