https://github.com/stepzen-dev/stepzen-install
https://github.com/stepzen-dev/stepzen-install
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stepzen-dev/stepzen-install
- Owner: stepzen-dev
- License: mit
- Created: 2023-09-28T19:54:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-03T16:38:15.000Z (9 months ago)
- Last Synced: 2025-10-25T07:17:17.206Z (7 months ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stepzen-install
This action installs the specified `version` of the StepZen CLI (defaults to latest version).
The `stepzen` CLI supports:
* IBM API Connect Essentials Software
* https://www.ibm.com/docs/en/api-connect/ace/1.x?topic=getting-started-api-connect-essentials
* IBM StepZen Graph Server (SaaS)
* https://www.ibm.com/docs/en/stepzen
* StepZen original SaaS
* https://www.stepzen.com
# What's new
First delivery of this action.
## Pre-requisites
Node must be installed.
## Inputs
- `version` - Version of the CLI to install
## Example
### Latest version
```yaml
- uses: stepzen-dev/stepzen-install@v1
```
### Specific version
```yaml
- uses: stepzen-dev/stepzen-install@v1
with:
version: 0.33.0
```