github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/mccp/spacequota/README.md (about) 1 # Space Quota example 2 3 This example shows how to perform CRUD operation on cloud foundry space quota. 4 5 This creates a space quota in specified organization.After successfull creation it perform updates and deletes space quota. 6 7 Example: 8 9 ``` 10 go run main.go -org example.com -spacequota "myspacequota" -newspacequota "newspacequota" 11 ``` 12 13 14 15