Skip to content

Commit

Permalink
Merge pull request #627 from MateSaary/setupreadme
Browse files Browse the repository at this point in the history
Update README.md to include setup command
  • Loading branch information
openshift-merge-bot[bot] authored Nov 8, 2024
2 parents 10aa946 + 78f0b4e commit 82b25f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ key1: value1
key2: value2
```

### Config File Setup Command
The `setup` command prompts the user to enter relevant necessary (and optional) config file values.
```bash
$ osdctl setup
Enter prod_jumprole_account_id [default ]: <user input>
Enter aws_proxy [default http://squid.corp.redhat.com:3128]: <user input>
```

### AWS Account CR reset

`reset` command resets the Account CR status and cleans up related secrets.
Expand Down

0 comments on commit 82b25f0

Please sign in to comment.