Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Hotfix/readme command #547

Merged
merged 13 commits into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After you finished the previous steps -installation and initialization - to acce
To do so, you can use the `rit add repo` command, or execute the command line below:

```bash
echo '{"provider":"Github", "name":"demo", "version":"2.0.0", "url":"https://github.com/ZupIT/ritchie-formulas-demo", "token": null, "priority":"1"}' | rit add repo --stdin
echo '{"provider":"Github", "name":"demo", "version":"2.0.0", "url":"https://github.com/ZupIT/ritchie-formulas-demo", "token": null, "priority":1}' | rit add repo --stdin
```

Then, you'll be able to test Ritchie CLI with the "hello-world" formula through the command line below:
Expand Down
4 changes: 2 additions & 2 deletions pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const (
versionMsgWithLatestVersion = "%s\n %s\n Build date: %s\n Built with: %s\n"
cmdUse = "rit"
cmdShortDescription = "rit is a NoOps CLI"
cmdDescription = `A CLI that developers can build and operate
your applications without help from the infra staff.
cmdDescription = `A CLI to create, store and share any kind of
automations, executing them through command lines.
Complete documentation available at https://github.com/ZupIT/ritchie-cli`
)

Expand Down