ci-id-bin

Crates.ioci-id-bin
lib.rsci-id-bin
version0.2.1
sourcesrc
created_at2024-10-29 16:15:19.940182
updated_at2024-11-05 10:09:34.994967
descriptionCLI app to detect ambient OIDC credentials on CI systems
homepage
repositoryhttps://github.com/jku/ci-id
max_upload_size
id1427186
size57,291
Jussi Kukkonen (jku)

documentation

README

CLI for ambient credentials detection for CI systems

CI badge

ci-id-bin crate contains a small CLI application that enables easy access to ambient OIDC credentials in CI systems.

$ ci-id my-audience > token.txt

See ci-id for the underlying library.

ci-id is based on id, a similar Python project.

Supported environments

Currently supported environments are:

  • GitHub Actions
  • GitLab CI/CD
  • CircleCI
  • Buildkite

See See ci-id API documentation for details on what configuration each of these environments needs.

License

ci-id is licensed under the Apache 2.0 License.

Commit count: 58

cargo fmt