github.com/IBM-Cloud/bluemix-go@v0.0.0-20241117121028-a3be206688b3/examples/mccp/orgquota/README.md (about)

     1  # Space Quota example
     2  
     3  This example shows how to perform CRUD operation on cloud foundry org quota.
     4  
     5  This will help you to get the details for the organization definition quota
     6  
     7  Example: 
     8  
     9  ```
    10  go run main.go  -orgquota "myorgquota"
    11  ```
    12  
    13  
    14  
    15