This GitHub Action sets up the WriftAI CLI on GitHub Actions runners.
This action supports ubuntu-latest, windows-latest, and macos-latest GitHub Actions runners, and will install either specified version or latest available of the WriftAI CLI on the runner environment.
Once installed, the CLI can be used in subsequent workflow steps.
steps:
- uses: wriftai/setup-cli@v1steps:
- uses: wriftai/setup-cli@v1
with:
version: v0.31.0steps:
- run: wriftai models get --owner user-001 --name my-model| Name | Type | Description | Default | Required |
|---|---|---|---|---|
version |
String | WriftAI CLI version to install, or latest |
latest |
false |
| Name | Type | Description |
|---|---|---|
version |
String | WriftAI CLI version installed |
Contributions are very welcome. To learn more, see the Contributor Guide.
To publish a new version, manually create a tag and release from the repository. Also ensure that Publish to Marketplace is checked when creating a release.
Copyright (c) Sych Inc. All rights reserved.
Distributed under the terms of the Apache 2.0 license.