We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gcloud config set project my-project1
gcloud auth activate-service-account --key-file="~/.config/gcp/my.key"
gcloud kms encrypt --location=asia-east1 \ --keyring=ring1 --key=k2 \ --ciphertext-file="/tmp/c1" --plaintext-file="/tmp/t1" gcloud kms decrypt --location=asia-east1 \ --keyring=ring1 --key=k2 \ --ciphertext-file="/tmp/c1" --plaintext-file="/tmp/t2"
gcloud secrets versions access 1 --secret="test1"