Skip to content

Commit

Permalink
Merge pull request #33 from audacioustux/automated-documentation-upda…
Browse files Browse the repository at this point in the history
…te-10408992418

Automated documentation update
  • Loading branch information
a-ovi authored Aug 15, 2024
2 parents 4d4df65 + 27b28b1 commit 68108f9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
24 changes: 24 additions & 0 deletions src/flyctl/README.md
Original file line number Diff line number Diff line change
@@ -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`._

0 comments on commit 68108f9

Please sign in to comment.