Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/extension.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -104,4 +104,8 @@ into its runtime environment.
## Down lifecycle

`down` lifecycle is equivalent to `up` with the `<provider> compose --project-name <NAME> down <SERVICE>` command.
The provider is responsible for releasing all resources associated with the service.
The provider is responsible for releasing all resources associated with the service.

## Examples

* [API Testing](https://github.com/LinuxSuRen/api-testing/blob/master/cmd/compose.go)