Skip to content

get-spatial-cli

Actions

About

Download the Spatial CLI
v1.4
Latest
Star (0)

Get SpatialOS CLI Github Action

This Github Action installs the spatial CLI.

Example Workflow

on: [push]

name: CI

jobs:
  build: 
    name: Build SpatialOS project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: jamiebrynes7/get-spatial-cli-action@v1
        with:
          version: 20190416.094616.a865bb5b54
          refresh_token: "${OAUTH_TOKEN_SECRET}"
      - run: spatial build

Inputs

Name Required Description Type Default
refresh_token The auth token to use for the Spatial CLI. string
version The version of the Spatial CLI to download. string "latest"

Developing

Install the dependencies

$ npm install

Build the typescript

$ npm run build

Run the tests ✔️

$ npm test

get-spatial-cli is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Download the Spatial CLI
v1.4
Latest

get-spatial-cli is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.