https://github.com/stackrox/rhtap-data
Regular export of ACS resources in RHTAP
https://github.com/stackrox/rhtap-data
Last synced: 3 months ago
JSON representation
Regular export of ACS resources in RHTAP
- Host: GitHub
- URL: https://github.com/stackrox/rhtap-data
- Owner: stackrox
- Created: 2023-11-30T10:05:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T11:30:24.000Z (over 1 year ago)
- Last Synced: 2024-08-21T14:18:38.256Z (over 1 year ago)
- Language: Shell
- Size: 2.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rhtap-data
Use this repository for export and storage of ACS resources in RHTAP.
## Prerequisites
### git
You need git setup and configured, and push privileges to this repository.
### Authentication to RHTAP prod cluster
Set up RHTAP prod cluster access following [these instructions](https://docs.google.com/document/d/1hFvQDH1H6MGNqTGfcZpyl2h8OIaynP8sokZohCS0Su0/edit#bookmark=id.v17b52x2f0sw).
### RHTAP CLI
While it is not available in other formats, follow [the instructions](https://github.com/redhat-appstudio/rhtap-cli/tree/main#setup) to compile the RHTAP CLI.
Then install the binary in your PATH, e.g. with `install rhtap ${GOPATH}/bin/rhtap`.
## Usage
```bash
./scripts/dump-and-upload.sh
```