Managing Application

This guide is for developers who have PipeCD installed for them and are using PipeCD to deploy their applications.

Note: You must have at least one activated/running piped to enable using any of the following features of PipeCD. Please refer to piped installation docs if you do not have any piped in your pocket.


Adding an application

This page describes how to add a new application.

Triggering a deployment

This page describes when a deployment is triggered automatically and how to manually trigger a deployment.

Cancelling a deployment

Learn how to cancel a running deployment using the Control Plane.

Rolling back a deployment

This page describes when a deployment is rolled back automatically and how to manually roll back a deployment.

Application live state

View the real-time state and health of application resources.

Configuration drift detection

Detect and resolve differences between running resources and Git definitions.

Secret management

Storing secrets safely in the Git repository.

Manifest attachment

Attach configuration cross manifest files while deployment.

Connect between CI and CD with event watcher

A helper facility to automatically update files when it finds out a new event.

Deployment Trace

Understand the deployment trace feature and how you can link application commits to the deployments they trigger.

Confidently review your changes with Plan Preview

Enables the ability to preview the deployment plan against a given commit before merging.