-
Petrik authored
`bin/rails secrets:setup` has been deprecated since Rails 5.2. Running it would show a deprecation warning and exit without running the command. It's probably save to delete it altogether. As the `secrets:setup` command has been deprecated for this long, it's probably save to deprecate the `secrets:show` and `secrets:edit` commands as well.
Petrik authored`bin/rails secrets:setup` has been deprecated since Rails 5.2. Running it would show a deprecation warning and exit without running the command. It's probably save to delete it altogether. As the `secrets:setup` command has been deprecated for this long, it's probably save to deprecate the `secrets:show` and `secrets:edit` commands as well.
Loading