This documentation is for a release that is no longer maintained
See documentation for the latest supported version.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Installing rhtap-cli
To minimize the complexity of installing RHTAP, we have created a CLI tool to automate much of the process. Follow the instructions in this procedure to utilize the rhtap-cli tool.
Procedure
- In your web browser, navigate to the rhtap-cli releases page. Download the bundle file that is appropriate for your operating system.
In your CLI, unzip the bundle file.
cd ~/Downloads tar -xvzf rhtap-cli_<remaining file name>.tar.gz
$ cd ~/Downloads $ tar -xvzf rhtap-cli_<remaining file name>.tar.gzCopy to Clipboard Copied! Toggle word wrap Toggle overflow (Optional) Move
rhtap-clisomewhere that is on your $PATH.echo $PATH <output omitted>:Users/<username>/bin mv rhtap-cli Users/<username>/bin/.
$ echo $PATH <output omitted>:Users/<username>/bin $ mv rhtap-cli Users/<username>/bin/.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Verification
To ensure you have successfully installed the CLI tool, run the following command. You should see the basic help output for rhtap-cli.
rhtap-cli --help
$ rhtap-cli --help