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

     1  #App example
     2  
     3  This example shows how to perform CRUD operation on cloud foundry app.
     4  
     5  * Create _cloudantNoSQLDB_ service with _Lite_ plan.
     6  * Create Application
     7  * Create a Route
     8  * Bind the router to the application
     9  * Upload app bits 
    10  * Start the application and wait for it to be running
    11  * Bind the __cloudantNoSQLDB_ service instance to the application
    12  * Update the application 
    13  
    14  This creates a app defined in specified space. After successfull creation it perform update and deletes app.
    15  
    16  Example: 
    17  
    18  ```
    19  go run main.go -path <path to the application zip file> -name my_app -org my_org -space my_space --route my_route -timeout 120s
    20  
    21  ```
    22  
    23