Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 651 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 651 Bytes

Restyled SDK

Toolkit for Developing and/or Operating Restyled

Installation

mkdir -p ~/.local/bin

curl -sL -o ~/.local/bin/restyled \
  https://raw.githubusercontent.com/restyled-io/sdk/main/restyled

chmod +x ~/.local/bin/restyled

export PATH=$HOME/.local/bin:$PATH

Updates

docker pull restyled/sdk:main

Usage

restyled <subcommand> [option...]

As GitHub Action

- name: Test
  uses: restyled-io/sdk@main
  with:
    command: >-
      restylers
      --sha ${{ github.sha }}
      --no-build
      --write restyler.yaml
      ${{ matrix.restyler }}

LICENSE