github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/mccp/organization/README.md (about)

     1  # Organization example
     2  
     3  This example shows how to perform CRUD operation on cloud foundry organization.
     4  
     5  This creates an organization with name specified. To create an organization a user must have authorization. 
     6  Creation of organization is commented. A user must uncomment it to create an organization.
     7  
     8  After successful creation it performs to find the organization and then update it with new name specified.
     9  
    10  Finally this example deletes the newly created organization. To delete an organization a user must have authorization.
    11  Deletion of organization is commented. A user must uncomment it to delete an organization.
    12  
    13  Example:
    14  
    15  ```go run main.go -org "example.com" -neworg "newexample.com"```