We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3821f commit 43159c0Copy full SHA for 43159c0
containers/registry-protoc-gen-doc/README.md
@@ -89,5 +89,5 @@ We will be running the registry controller with a custom manifest which can :
89
#Delete grpc-doc-url artifact for all specs in registry
90
#Delete the files from the GCS bucket
91
registry delete apis/-/versions/-/specs/-/artifacts/grpc-doc-url
92
- gsutil rm -rf gs://grpc-docs/*
+ gcloud storage rm --recursive --continue-on-error gs://grpc-docs/*
93
```
0 commit comments