Skip to content

Commit

Permalink
Add craft-parts diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Nov 3, 2023
1 parent 4384dad commit 58994bf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/software/cheatsheet/charmcraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,27 @@ charmcraft publish-lib charms.alertmanager_k8s.v0.alertmanager_remote_configurat

See [official docs](https://juju.is/docs/sdk/charmcraft-libraries).

## craft-parts
```mermaid
graph LR
subgraph Part
$CRAFT_PART_SRC
$CRAFT_PART_BUILD
$CRAFT_PART_INSTALL
end
$CRAFT_PROJECT_DIR
--->|pull| $CRAFT_PART_SRC
--->|build| $CRAFT_PART_BUILD
--->|build| $CRAFT_PART_INSTALL
--->|stage| $CRAFT_STAGE
--->|prime| $CRAFT_PRIME
$CRAFT_PROJECT_DIR
--->|overlay| $CRAFT_OVERLAY
--->|stage| $CRAFT_STAGE
$CRAFT_PART_INSTALL
--->|organize| $CRAFT_PART_INSTALL
```

0 comments on commit 58994bf

Please sign in to comment.