Skip to content

Commit

Permalink
chore: cleanup (#1125)
Browse files Browse the repository at this point in the history
## 🧰 Changes

some cruft cleanup that fell through the cracks when removing `rdme
open` and `rdme openapi`. also cleaning up a minor README oversight
  • Loading branch information
kanadgupta authored Dec 18, 2024
1 parent 03b9c4d commit 57fd346
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,086 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ To set this up, check out [1Password's documentation on the ReadMe shell plugin]

```sh
export HTTPS_PROXY=https://proxy.example.com:5678
rdme openapi
rdme openapi upload
```

# GitHub Actions Configuration
Expand All @@ -148,7 +148,7 @@ rdme openapi
For usage in [GitHub Actions](https://docs.github.com/actions), you can create a new GitHub Actions workflow file by installing the CLI on your local machine and running the the command you wish to run in GitHub Actions, along with the `--github` flag. For example:

```sh
rdme openapi --github
rdme openapi validate --github
```

This will run through the `openapi` command, ask you a few quick questions, and then automatically create a fully functional GitHub Actions workflow file for you. 🪄
Expand Down
Loading

0 comments on commit 57fd346

Please sign in to comment.