command
Version:
v0.0.0-...-a3be206
Opens a new window with list of versions in this module.
Published: Nov 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
#App example
This example shows how to perform CRUD operation on cloud foundry app.
- Create cloudantNoSQLDB service with Lite plan.
- Create Application
- Create a Route
- Bind the router to the application
- Upload app bits
- Start the application and wait for it to be running
- Bind the _cloudantNoSQLDB service instance to the application
- Update the application
This creates a app defined in specified space. After successfull creation it perform update and deletes app.
Example:
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.