Backstage: Detail workflow for plugins that are not open source

Created on 5 Mar 2020  路  3Comments  路  Source: backstage/backstage

So I create a plugin and it gets added to the main app. What if this plugin should not be open sourced? How do we I move it to an internal repo and stil use it in the main Backstage app?

This needs to be documented, and ideally supported in the CLI.

documentation enhancement question

Most helpful comment

I think it's more about documenting how to set up a private main app that depends on the open sourced core. Any plugins created within your main app shouldn't be open either, unless you decide specifically to ship those plugins to npm.

All 3 comments

I think it's more about documenting how to set up a private main app that depends on the open sourced core. Any plugins created within your main app shouldn't be open either, unless you decide specifically to ship those plugins to npm.

IMG-2772

Should document this as a part of #287. The scaffolded app should be able to create it's own plugins.

Was this page helpful?
0 / 5 - 0 ratings