Any CLI option for vault to pass the VAULT_TOKEN?

any cmd option for vault to pass the VAULT_TOKEN?

I’m not sure if I understand your question.
If you’re asking how to pass it in a command, you can use $(vault print token) if you’re looking to run a curl command with the token as a parameter.

curl-H "X-Vault-Token: $(vault print token)" kv/path/secret

any CLI options for “vault kv get” to add Vault-Token?

@aram Thanks very much. Can you help me.

What do you want to do so we can hep you?