Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 667 Bytes

README_config.md

File metadata and controls

24 lines (16 loc) · 667 Bytes

kubectl-sql Logo

kubectl-sql

Config File

Users can add aliases and edit the fields displayed in table view using json config files, see the example config file.

Flag: --kubectl-sql <config file path> (default: $HOME/.kube/kubectl-sql.json)

Example:

kubectl-sql --kubectl-sql ./kubectl-sql.json get pods
...