README.md
in the examples provide instructions for using the respective pipeline. These examples are provided as a starting point and your own unique delivery and/or deployment requirements will dictate the steps needed in your situation.
---
. If a resource has a reference to another resource (e.g., a workload refers to a GVC), the referenced resource must be defined in its own file and processed in order.
If the name of an exisiting resource is changed, the cpln apply
command will create a new resource. Any orphaned resources will need to be manually deleted.
The examples below include installation of the CLI, containerizing and pushing an application to the org’s private repository. The examples contain two sample YAML files. One that manages a GVC, and one for a workload.
Export
pull down button in the upper right corner. Select JSON or YAML to download the file.Using the CLI’s get
command for each resource, the -o
flag can output the resource as JSON or YAML.For example: cpln gvc get GVC_NAME -o yaml-slim --org ORG_NAME