No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-08 13:58:05 -07:00
.devcontainer update readme 2025-09-02 15:02:28 +00:00
.github Validate version on release (#22) 2026-04-08 09:35:46 -07:00
cmd Update version to 0.0.11 for release (#23) 2026-04-08 13:58:05 -07:00
internal/config Improve usability of CLI, particularly create command (#20) 2026-04-02 11:21:53 -07:00
.gitignore update readme 2025-09-02 15:02:28 +00:00
CODE_OF_CONDUCT.md Add new supporting docs (#13) 2025-09-02 12:05:29 -04:00
CODEOWNERS update readme 2025-09-02 15:02:28 +00:00
CONTRIBUTING.md Fix link to open source license in CONTRIBUTING.md 2025-09-03 16:17:16 -04:00
go.mod feat: add --org flag to create command for selected_orgs visibility (#21) 2026-04-08 13:31:31 -07:00
go.sum Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#14) 2025-10-03 11:27:46 -04:00
LICENSE Add new supporting docs (#13) 2025-09-02 12:05:29 -04:00
main.go update readme 2025-09-02 15:02:28 +00:00
README.md update readme 2025-09-02 17:45:20 +00:00
SECURITY.md Add new supporting docs (#13) 2025-09-02 12:05:29 -04:00
SUPPORT.md Add new supporting docs (#13) 2025-09-02 12:05:29 -04:00

gh-runtime-cli

This GH CLI extension allows you to deploy to the GitHub runtime.

Versioning

The version of the CLI app is defined in the cmd/version.go and can be accessed via the version command. Please update accordingly when making changes to the app.

Background

This project is actively maintained and under development. We are not currently accepting feature PRs, but welcome bug fixes and other improvements.

See CONTRIBUTING.md for contribution guidelines.

Requirements

The devcontainer is ready to go with all dependencies installed. If you're not using the devcontainer, you need Go installed.

License

This project is licensed under the terms of the MIT open source license. Please refer to the LICENSE file for the full terms.

Maintainers

Please refer to CODEOWNERS for the current maintainers.

Support

See SUPPORT.md for more information.