Skip to content

Shopware CLI Action

Actions
GitHub Action for Shopware CLI, a command line tool helper for Shopware
v1.0.4
Latest
Star (1)

Shopware CLI GitHub Action

Installs Shopware CLI in your GitHub Actions.

Usage

name: shopware-cli

on:
  pull_request:
  push:

permissions:
  contents: write

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - name: Install Shopware CLI
        uses: shopware/shopware-cli-action@v1

      - name: Build and Package Extension
        run: shopware-cli extension zip .

Shopware CLI Action 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

GitHub Action for Shopware CLI, a command line tool helper for Shopware
v1.0.4
Latest

Shopware CLI Action 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.