From 5f07ecbc8afbef5a83c15dec06dcf04cdeb3d8f9 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 8 Mar 2022 14:54:29 +0100 Subject: [PATCH] docs: add "package role" to CLI glossary Signed-off-by: Patrik Oldsberg --- docs/local-dev/cli-overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/local-dev/cli-overview.md b/docs/local-dev/cli-overview.md index 9e6884aab0..3312926068 100644 --- a/docs/local-dev/cli-overview.md +++ b/docs/local-dev/cli-overview.md @@ -50,3 +50,4 @@ improve the tooling, as well as to more easily keep the system up to date. - **Bundle** - A collection of the deployment artifacts. The output of the bundling process, which brings a collection of packages into a single collection of deployment artifacts. +- **Package Role** - The declared role of a package, see [package roles](./cli-build-system#package-roles).