New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@forge/cli

Package Overview
Dependencies
Maintainers
0
Versions
550
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

  • 11.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
9.4K
increased by3.13%
Maintainers
0
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:

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
  • Docker (version 17.03 or later).

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

docker --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 25 Feb 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

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