toolsplus / nx-forge

Atlassian Forge plugin for Nx
https://toolsplus.github.io/nx-forge/
MIT License
17 stars 4 forks source link

Support install product value of "bitbucket" #123

Open zjkipping opened 3 weeks ago

zjkipping commented 3 weeks ago

The Forge CLI supports the following products via the install command:

-p, --product [product]          product (Jira, Confluence, Compass, Bitbucket)

https://developer.atlassian.com/platform/forge/cli-reference/install/

The install command for the nx-forge plugin throws the following error when using 'bitbucket' as a product value: Property 'product' does not match the schema. 'bitbucket' should be one of jira,confluence,compass.

zjkipping commented 3 weeks ago

Can work around for now by opening a terminal in the built dist directory of the forge app and doing the raw forge CLI command.

tbinna commented 1 day ago

Thanks for the report @zjkipping. This certainly needs to be fixed. The install executor may actually be one that we can remove because it does not do anything nx-forge specific. Regarding your workaround, you can use the Forge executor to run any Forge CLI command in the output directory.