Skip to content

Instantly share code, notes, and snippets.

@jonathanbernal25
Last active May 12, 2022 00:37
Show Gist options
  • Save jonathanbernal25/85ca980d13099d07432e325a46d4b5cb to your computer and use it in GitHub Desktop.
Save jonathanbernal25/85ca980d13099d07432e325a46d4b5cb to your computer and use it in GitHub Desktop.
Useful commands

Logs

Follow Logs
journalctl -u tyk-gateway -f

Redis

redis-cli get KEY_NAME | jq .

Services

Status
sudo systemctl status tyk-dashboard

Start
sudo systemctl start tyk-dashboard

Stop
sudo systemctl stop tyk-dashboard

Installation

Install specific version
yum install tyk-dashboard-3.0.7-1 -y

Tools

jQuery
sudo yum install jq -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment