Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions 001_github_actions_importing_workflows/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Driving GitHub Actions workflows with CUE
<sup>by [Jonathan Matthews](https://jonathanmatthews.com)</sup>

> [!TIP]
> ## Check out cue.dev for more info about [getting started managing GitHub Actions workflows with CUE](https://cue.dev/getting-started/github-actions-workflows/)

This guide explains how to convert GitHub Actions workflow files from YAML to
CUE, check those workflows are valid, and then use CUE's tooling layer to
regenerate YAML.
Expand Down
3 changes: 3 additions & 0 deletions 003_kubernetes_tutorial/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Controlling Kubernetes with CUE
<sup>by [The CUE Project](https://cuelang.org/)</sup>

> [!TIP]
> ## Check out cue.dev for more info about [getting started managing Kubernetes configurations with CUE](https://cue.dev/getting-started/kubernetes/)

## Introduction

In this tutorial we show how to convert Kubernetes configuration files
Expand Down
3 changes: 3 additions & 0 deletions 005_gitlab_ci/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Driving GitLab CI/CD pipelines with CUE
<sup>by [Jonathan Matthews](https://jonathanmatthews.com)</sup>

> [!TIP]
> ## Check out cue.dev for more info about [getting started managing GitLab CI/CD pipelines with CUE](https://cue.dev/getting-started/gitlab-ci-cd-pipelines/)

This guide explains how to convert a GitLab CI/CD pipeline file from YAML to
CUE, check its contents are valid, and then use CUE's tooling layer to
regenerate YAML.
Expand Down
3 changes: 3 additions & 0 deletions 006_buildkite_importing_pipelines/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Driving Buildkite Pipelines with CUE
<sup>by [Jonathan Matthews](https://jonathanmatthews.com)</sup>

> [!TIP]
> ## Check out cue.dev for more info about [getting started managing Buildkite Pipelines with CUE](https://cue.dev/getting-started/buildkite-pipelines/)

This guide explains how to convert static Buildkite pipeline files from YAML to
CUE, check those pipelines are valid, and then use CUE's tooling layer to
regenerate YAML.
Expand Down
3 changes: 3 additions & 0 deletions 007_buildkite_dynamic_pipelines/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Supercharging Buildkite dynamic pipelines with CUE
<sup>by [Jonathan Matthews](https://jonathanmatthews.com/)</sup>

> [!TIP]
> ## Check out cue.dev for more info about [getting started managing Buildkite Pipelines with CUE](https://cue.dev/getting-started/buildkite-pipelines/)

This guide demonstrates how to use CUE to generate dynamic pipelines for the
Bring-Your-Own-Compute CI service [Buildkite](https://buildkite.com).

Expand Down