Skip to content

Commit

Permalink
feat(certs): remove deprecated certs:rollback command (heroku#1453)
Browse files Browse the repository at this point in the history
* delete command and test

* update readme

* appveyor plz
  • Loading branch information
cafreeman authored Mar 2, 2020
1 parent 330e2db commit 2997525
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 150 deletions.
18 changes: 0 additions & 18 deletions packages/certs-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ heroku-certs
* [`heroku certs:info`](#heroku-certsinfo)
* [`heroku certs:key`](#heroku-certskey)
* [`heroku certs:remove`](#heroku-certsremove)
* [`heroku certs:rollback`](#heroku-certsrollback)
* [`heroku certs:update CRT KEY`](#heroku-certsupdate-crt-key)

## `heroku certs`
Expand Down Expand Up @@ -226,23 +225,6 @@ OPTIONS

_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.38.0/packages/certs-v5/commands/certs/remove.js)_

## `heroku certs:rollback`

rollback an SSL certificate from an app

```
USAGE
$ heroku certs:rollback
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--endpoint=endpoint endpoint to rollback
--name=name name to rollback
```

_See code: [commands/certs/rollback.js](https://github.com/heroku/cli/blob/v7.38.0/packages/certs-v5/commands/certs/rollback.js)_

## `heroku certs:update CRT KEY`

update an SSL certificate on an app
Expand Down
47 changes: 0 additions & 47 deletions packages/certs-v5/commands/certs/rollback.js

This file was deleted.

85 changes: 0 additions & 85 deletions packages/certs-v5/test/commands/certs/rollback.js

This file was deleted.

0 comments on commit 2997525

Please sign in to comment.