--- title: "skaffold.yaml" linkTitle: "skaffold.yaml" weight: 20 menu: main: weight: 30 --- {{< alert title="💡 Tip" >}} The Cloud Code IDE extensions (see [install options]({{< relref "../../install/#managed-ide" >}})) provide authoring assistance for `skaffold.yaml` files in the form of schema based validation, diagnostics, quick documentation, code completions, and snippets, that can make it easier to create and edit these files. {{< /alert >}}
Anchors can be defined by having top-level keys starting with a dot, e.g. .common_stuff: &alias_name
.
You can then reuse the value using *alias_name
.
Multiple configurations can define dependencies on each other to construct an arbitrarily nested tree of project component dependencies. Management of multiple configurations can be simplified by grouping them together in the same file (separated by --- in YAML).