CLI spec: fix copy-paste mistake

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes 2021-03-27 00:13:25 +00:00
parent 4ef77efeac
commit d6c51c6df5

View File

@ -37,19 +37,6 @@ import (
and run on a separate cluster.
A deployment is made of 3 parts: a deployment plan, inputs, and outputs.
```
# Creating a new component
Sometimes there is no third-party component available for a particular node in the application's supply chain;
or it exists but needs to be customized.
A Dagger component is simply a Cue definition annotated with [LLB](https://github.com/moby/buildkit) pipelines.
LLB is a standard executable format pioneered by the Buildkit project. It allows Dagger components to run
sophisticated pipelines to ingest, and process artifacts such as source code, binaries, database exports, etc.
Best of all LLB pipelines can securely build and run any docker container, effectively making Dagger
scriptable in any language.
"""
flag: {