You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,17 +98,17 @@ Another UI option! Run this command and then browse https://www.redguides.com/co
98
98
> -`ui` - Launch the Terminal User Interface
99
99
> -`web` - Launch the RedGuides.com web interface
100
100
> -`version` - Show version and exit
101
-
> -`logout` - Log out and clear cached token and API cache
101
+
> -`logout` - Disconnect your account from redfetch
102
102
> -`uninstall` - Uninstall redfetch and clean up data
103
103
>
104
104
> ### 📤 Publishing
105
-
> -`publish <resource_id>` - Publish updates to a RedGuides resource. [There's also a github action for this.](https://github.com/marketplace/actions/redguides-publish)
105
+
> -`publish <resource_id>` - Publish an update to you or your team's resource. [There's also a github action for this.](https://github.com/marketplace/actions/redguides-publish)
106
106
> -`resource_id` - Existing RedGuides resource ID
107
-
> -`--description <README.md>` / `-d` - Path to a description file (e.g. `README.md`) to become the overview description
107
+
> -`--description <README.md>` / `-d` - Path to a file (e.g. `README.md`) that will become the resource's overview description
108
108
> -`--version <version_number>` / `-v` - New version string (e.g., `v1.0.1`)
109
-
> -`--message <CHANGELOG.md | MESSAGE>` / `-m` - Path to `CHANGELOG.md` (keep a changelog) or a direct message string
109
+
> -`--message <CHANGELOG.md | MESSAGE>` / `-m` - Version update message or `CHANGELOG.md` (keep a changelog) file.
110
110
> -`--file <FILE.zip>` / `-f` - Path to your zipped release file
111
-
> -`--domain <URL>` - If description or message is a .md file with relative URLs, resolve them to this domain (e.g., `https://raw.githubusercontent.com/your/repo/main/`)
111
+
> -`--domain <URL>` - Domain to prepend to relative URLs in README.md or CHANGELOG.md files. (mostly for images. e.g., `https://raw.githubusercontent.com/yourusername/yourrepo/main/`)
0 commit comments