Functionsยง
- count_
deployments - Counts the total number of deployments in the database.
- count_
deployments_ by_ app - Counts the number of deployments for a specific application.
- create_
deployment - Creates a new deployment in the database.
- delete_
deployment - Deletes a deployment from the database.
- get_
deployment_ by_ id - Retrieves a specific deployment by its unique identifier.
- list_
deployments - Retrieves a paginated list of deployments from the database.
- list_
deployments_ by_ app - Retrieves all deployments for a specific application with pagination.
- update_
deployment_ status - Updates the status of an existing deployment.