Skip to content
terminal

GitHub Action

Setup isquare CLI

v0.1.0 Pre-release

Setup isquare CLI

terminal

Setup isquare CLI

Setup the isquare train platform cli (i2)

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup isquare CLI

uses: SquareFactory/setup-isquare-cli@v0.1.0

Learn more about this action in SquareFactory/setup-isquare-cli

Choose a version

Setup isquare CLI

License Stars Latest release Workflow status

Setup the isquare CLI in Github Actions.

Usage

First you have to create an access token on the isquare platform. Then, after adding your token to the GitHub Actions secrets of your repository,

# In your job
- name: Setup isquare CLI
  uses: SquareFactory/setup-isquare-cli@main
  with:
    token: ${{ secrets.ISQUARE_TOKEN }}
- name: List the isquare models
  run: i2 models list