Make hello-node 'gsutil rm' command able to be copy/pasted (#1075)

This commit is contained in:
Jamie Alessio 2016-08-30 14:29:19 -07:00 committed by devin-donnelly
parent 7f63196f29
commit 84d826416c
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ gs://artifacts.<$PROJECT_ID>.appspot.com/
And then to remove the all the images under this path, run:
```shell
gsutil rm -r gs://artifacts.<$PROJECT_ID>.appspot.com/
gsutil rm -r gs://artifacts.$PROJECT_ID.appspot.com/
```
You can also delete the entire Google Cloud project but note that you must first disable billing on the project. Additionally, deleting a project will only happen after the current billing cycle ends.