https://github.com/oasisprotocol/setup-cli-action
GitHub Action to install Oasis CLI
https://github.com/oasisprotocol/setup-cli-action
Last synced: 16 days ago
JSON representation
GitHub Action to install Oasis CLI
- Host: GitHub
- URL: https://github.com/oasisprotocol/setup-cli-action
- Owner: oasisprotocol
- License: apache-2.0
- Created: 2025-10-15T13:23:15.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-19T12:12:46.000Z (8 months ago)
- Last Synced: 2025-10-19T21:53:40.436Z (8 months ago)
- Language: Shell
- Size: 1.65 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# Oasis CLI GitHub Action
A GitHub Action to install and run the [Oasis CLI] within your workflows,
enabling seamless interaction with the [Oasis] technologies from your CI/CD
pipelines.
[Oasis CLI]: https://docs.oasis.io/build/tools/cli/
[Oasis]: https://oasis.net/
## Usage
To use the Oasis CLI GitHub Action, just add the following to your GitHub
Actions workflow:
```yaml
steps:
- name: Setup Oasis CLI
uses: oasisprotocol/setup-cli-action
```
## About Oasis CLI
The Oasis CLI is a powerful command-line tool for interacting with the Oasis
network, including [Oasis Sapphire], enabling developers, validators, and users
to manage accounts, deploy smart contracts, query network data, and perform
blockchain operations efficiently from the terminal.
It also support creating, building and deploying your application inside
[Oasis ROFL], the Oasis trusted execution environment.
[Oasis Sapphire]: https://docs.oasis.io/build/sapphire/
[Oasis ROFL]: https://docs.oasis.io/build/rofl/
## License
This project is licensed under the Apache License 2.0. See the
[LICENSE](LICENSE) file for details.
This project is a fork of [GitHub Actions TypeScript template], which was
licensed under the MIT License. The original license and copyright notice are
preserved in the [LICENSE-MIT](LICENSE-MIT) file.
[GitHub Actions TypeScript template]:
https://github.com/actions/typescript-action