🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@forge/cli

Package Overview
Dependencies
Maintainers
1
Versions
655
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/cli

A command line interface for managing Atlassian-hosted apps

latest
npmnpm
Version
12.7.0
Version published
Weekly downloads
19K
20.69%
Maintainers
1
Weekly downloads
 
Created
Source

Forge CLI

Command line interface (CLI) to help create, manage, and deploy Forge apps.

See developer.atlassian.com/platform/forge/ for documentation and tutorials explaining Forge.

Requirements

You need the following:

  • Node.js: The Forge CLI requires an LTS version of Node JS installed. We recommend that you install Node JS via Node version manager.

Important: We recommend running Node under your user. If you're running node under root privilege instead, you'll need to update the Node configuration to allow global module installs using binaries by running:

npm config set unsafe-perm true

To check your Node version, run the following in the terminal:

node --version

See Getting started for instructions to get set up.

Installation

Install the CLI globally by running:

npm install -g @forge/cli

Get started

Explore the help by running:

forge --help

This displays the list of available commands:

Usage: forge [options] [command]

Options:
  --version                              output the version number
  --verbose                              enable verbose mode
  -h, --help                             output usage information

Commands:
  autocomplete [options] [install|uninstall]  configures autocomplete for the Forge CLI
  create [options] [name]                     create an app
  deploy [options]                            deploy your app to an environment
  feedback [options]                          let us know what you think about Forge
  install [options]                           manage app installations
  lint [options]                              check the source files for common errors
  login [options]                             log in to your Atlassian account
  logout [options]                            log out of your Atlassian account
  logs [options]                              view app logs
  register [options] [name]                   register an app you didn't create so you can run commands for it
  settings [options]                          manage Forge CLI settings
  tunnel [options]                            start a tunnel to connect your local code with the app running in the
                                              development environment
  variables [options]                         manage app environment variables
  webtrigger [options] [installationId]       get a web trigger URL
  whoami [options]                            display the account information of the logged in user
  help [command]                              display help for command

Support

See Get help for how to get help and provide feedback.

FAQs

Package last updated on 14 Oct 2025

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