Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontio/cli

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontio/cli

Automatically synchronize and manager your frontio design tokens

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Frontio CLI

License License cli version

A design system creation platform that allows you to create, manage, document, share, and collaborate on design systems.

Quick Start

Note: Frontio CLI requires Node.js 18.17.x+ or later

You can choose the following ways to start the Frontio CLI.

Npx

npx frontio@latest

Global Installation

npm install -g frontio

Usage

Frontio CLI v0.0.17

Usage: frontio [command]

Options:
  -v, --version     Output the current version
  -h, --help        Display help for command

Commands:
  init [options]    Initializes a personal access token
  pull [options]    Pull the tokens and export them to the local file
  switch [options]  Switch the workspace or project
  disconnect        Disconnect the current PAT

Init

Initialize the Frontio CLI with your personal access token.

frontio init

Init Options

  • -p --personal-access-token [string] Personal access token to authenticate with Frontio API.

Output:

? Enter your personal access token:
You can find this token by going to your account settings on: https://frontio.ai/dashboard ›

Pull

Pull the tokens and export them to the local file.

frontio pull

Pull Options

  • -o --output [string] Set the output file path
  • -w --watch Keep fetching the tokens and update the local file every 5 seconds (default: false)

Switch

Switch the workspace and project or only the project.

frontio switch

Switch Options

  • -p --project [boolean] Only switch project (default: false)

Updating CLI Globally

npm update -g frontio

Use cases

  • Pull the tokens from the Frontio API and export them to the local file.
  • List available workspaces and projects

Documentation

Soon

Community

We're excited to see the community adopt frontio CLI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved!

License

MIT

Keywords

FAQs

Package last updated on 12 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc