Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@shopify/argo-admin-cli

Package Overview
Dependencies
Maintainers
19
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/argo-admin-cli

CLI commands to help with developing with Argo

latest
npmnpm
Version
0.12.0
Version published
Maintainers
19
Created
Source

Argo Admin CLI

The Argo Admin CLI allows you to build and preview Argo Admin Extensions. This tool is intended to help partners test Argo Extensions before publishing to Shopify. It comes packaged with Shopify CLI, so when you create an extension using Shopify CLI's shopify create extension command, your project will automatically consume this package.

Start using this tool in one of two ways:

  • Create an extension with Shopify CLI
    Shopify CLI clones argo-admin-template repo, which consumes this package to build and serve Argo Extensions it generates
  • Manually clone the argo-admin-template
    Bypass Shopify CLI and follow the set up steps in the README from argo-admin-template

How to use

When consumed in a project, the command argo-admin-cli becomes available to the project. The command can be used to build and serve Argo Admin Extensions.

To use this package in an Argo Extension project, run:

npm install @shopify/argo-admin-cli

or

yarn add @shopify/argo-admin-cli

See usage details in the API docs.

Local development of this tool

To make and preview changes from ./src, run a local server from this project using:

yarn server

FAQs

Package last updated on 03 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts