Simplify CLI commands by saving rpc-addr and project to context #544
Labels
documentation 📔
Improvements or additions to documentation
enhancement 🌟
New feature or request
good first issue 🐤
Good for newcomers
Description:
Simplify CLI commands by saving rpc-addr and project to context
Currently, we need to pass the rpc-addr and project for every command.
For example to list documents:
We can simplify commands using the config command:
Refer to https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-context-and-configuration
Why:
The text was updated successfully, but these errors were encountered: