Back to Plugins
Console CLI

Console CLI

CLI for Figma. Lint, list, create, get info, check analytics, and more.

Plugin Preview

Console CLI preview

About this plugin

Console CLI lets you control Figma using commands. You can list fonts, styles, and components, create shapes, get details about selected elements, check file analytics, and view user info.Commands:help : See available commandsls : Lists data related to fonts, styles, or componentsls fonts : List all fonts used in the filels styles : List all styles used in file filels components : List all components in the fileshape : Create a new shapes based on the specified typeshape rect [x] [y] : Create rectangleshape circle [x] [y] : Create circleshape ellipse [x] [y] : Create ellipseshape polygon [x] [y] : Create polygonshape star [x] [y] : Create starselection : Info about the currently selected nodesselection --verbose : Additional details about the selectionanalytics : Retrieve file analyticslint : Audit document for common issueslint : Show usage and available ruleslint page : Audit the current pagelint selection : Audit the current selection (and its descendants)lint all : Audit the entire filelint --rule=naming,smallText : Run only the listed ruleslint --limit=20 --page=2 : Paginate results within each ruleAvailable rules: detached, naming, smallText, emptyText, hidden, zeroSizegoto : Switch to the right page, select, and zoom to the nodefind : Find nodes by name and/or typefind ` : Match nodes on the current page whose name contains `find --type=TEXT` : Filter by node type (e.g. `TEXT`, `FRAME`, `INSTANCE)find --all : Search across every pagefind --select : Select and zoom to the matches on canvascolors : List unique solid fill colors in usecolors --strokes : List stroke colors instead of fillscolors --all : Scan the entire file (default is the current page)unused : List local styles and components that aren't referenced anywherewhoami : Retrieves info about the current userclear : Clear the consoleexit : Close the plugin

Plugin Details

Version4
CreatedApril 7, 2025
Last UpdatedMay 9, 2026
CategorySoftware development
Creator@planetabhi
Stats72 installs, 21 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:./plugin.html
  • main:./canvas.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none