Application Development
The Application Development section covers all resources involved in building, packaging, and deploying software in CodeNOW.
| Section | Description |
|---|---|
| Applications | The primary unit of deployment — a collection of Application Components deployed and managed together |
| Libraries | Reusable code packages built and published to the artifact repository, referenced by Application Components |
| Containers | Custom Docker base images built and published for use in CI pipelines of other components |
| Services | Backing services your components connect to — Hosted Services provisioned and run by CodeNOW, or Connected Services that connect to something running outside the platform via a variable schema defined by Service Templates |
| CI/CD | Build and deployment pipelines — build history, deployment tracking, and custom pipeline configuration |