Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivlyth/earthly-builtin-args
https://github.com/ivlyth/earthly-builtin-args
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivlyth/earthly-builtin-args
- Owner: Ivlyth
- Created: 2024-06-21T11:05:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T00:07:10.000Z (about 2 months ago)
- Last Synced: 2024-10-27T01:20:19.136Z (about 2 months ago)
- Language: HTML
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[中文版本](./README_zh.md)
This project uses GitHub Actions to periodically update all [builtin arguments](https://docs.earthly.dev/docs/earthfile/builtin-args) supported by [earthly](https://earthly.dev/), and generates a set of [sample values](./builtin-args.md) using this project as an example, for reference when writing [Earthfile](https://docs.earthly.dev/docs/earthfile).
You can also view the actual values of all builtin arguments based on your local project/environment by running the following command locally:
> `curl -sSo Earthfile https://raw.githubusercontent.com/Ivlyth/earthly-builtin-args/main/Earthfile && earthly +echo`
After the command completes, check the content of the local `builtin-args.md` file.