From 27b28b1ffbce1f0db9c3145db9f9bc8a30df0292 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Aug 2024 18:57:38 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- README.md | 1 + src/flyctl/README.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/flyctl/README.md diff --git a/README.md b/README.md index f8e925b..5a5d3df 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Click on the feature name to see the usage instructions. - [cilium](https://github.com/audacioustux/devcontainers/tree/main/src/cilium) - [common-utils-extras](https://github.com/audacioustux/devcontainers/tree/main/src/common-utils-extras) - [ebort](https://github.com/audacioustux/devcontainers/tree/main/src/ebort) +- [flyctl](https://github.com/audacioustux/devcontainers/tree/main/src/flyctl) - [graalvm](https://github.com/audacioustux/devcontainers/tree/main/src/graalvm) - [k9s](https://github.com/audacioustux/devcontainers/tree/main/src/k9s) - [knative](https://github.com/audacioustux/devcontainers/tree/main/src/knative) diff --git a/src/flyctl/README.md b/src/flyctl/README.md new file mode 100644 index 0000000..e99f27f --- /dev/null +++ b/src/flyctl/README.md @@ -0,0 +1,24 @@ + +# Fly.io CLI (flyctl) + +Install [flyctl](https://github.com/superfly/flyctl) - Command line tools for [fly.io services](https://fly.io/) + +## Example Usage + +```json +"features": { + "ghcr.io/audacioustux/devcontainers/flyctl:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | The version of flyctl to install. Valid values are 'latest' or a specific version number, e.g. '0.2.111' | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/audacioustux/devcontainers/blob/main/src/flyctl/devcontainer-feature.json). Add additional notes to a `NOTES.md`._