Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
assistant
build
custom-scopes
deploy
developer-spaces
environments
install
module
providers
settings
storage
variables
version
webtrigger
Last updated Jun 23, 2026

module add

Description

[Preview] add a module to your Forge App. ⚠️ This will modify your app files (manifest.yml, source files, and package.json).

Usage

1
2
Usage: forge module add [options]

Options

1
2
--verbose                         enable verbose mode
-t, --module-type <type>          module type to add (e.g. jira:issuePanel,
                                  jiraServiceManagement:portalFooter,
                                  confluence:macro, etc.)
-u, --ui-type <ui-kit|custom-ui>  UI framework (ui-kit, custom-ui)
-p, --product <product>           target product (Jira, Jira Service
                                  Management, Confluence, etc.)
--dry-run                         show what would be generated
--force                           overwrite existing files and upgrade
                                  conflicting dependencies to template
                                  versions
--no-install                      skip installing dependencies
-h, --help                        display help for command

Rate this page: