Skip to content
  • Petrik's avatar
    333bb6ba
    Deprecate `secrets:edit/show` and remove `secrets:setup` · 333bb6ba
    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.
    333bb6ba
    Deprecate `secrets:edit/show` and remove `secrets:setup`
    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