forgeworx/ForgeDeploy

Deploy and optionally install an Atlassian Forge application to a specified environment and Atlassian site

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
emailAtlassian account email address used for authentication with Forge CLIyes
apiTokenAtlassian API token for authentication. Generate at https://id.atlassian.com/manage/api-tokensyes
environmentForge environment to deploy to. Common values: development, staging, productionyes
siteUrlAtlassian site URL where the app will be installed. Format: yourcompany.atlassian.net (without https://). Required when installToSite is trueno
productTarget Atlassian product. Valid values: jira, confluenceyes
installToSiteWhether to install the app to the specified site after deployment. Set to false to skip installation (useful if the app is already installed or you only want to deploy)notrue
isCustomAppSet to true if the Forge app is located in a subdirectory rather than the repository root. When true, customAppPath must also be providednofalse
customAppPathRelative path to the custom Forge app directory from the repository root. Required when isCustomApp is true. Example: apps/my-forge-appno

no outputs