Skip to main content

Share Service Projects as Assets

đŸŽ¯context

You want to share the current state of a project so that it can be used for jumpstarting development of a service.

Description​

This How-To will show you how to share a project to an asset catalog and hence can be used by anyone who have access to it.

Preconditions​

  • You have already committed and pushed your current changes.

Steps​

  1. Go to the Solution Designer.
  2. Open your project.
  3. Click on Share project.
  4. You will be asked to fill some meta data for this asset
    • Asset name
    • Contributed by
    • Tags: this can be helpful for users to find assets of interest.
    • Asset Catalog
    • Version: based on the Semantic Versioning approach, set a proper version to your asset.
â„šī¸note

If the chosen version already exists, the sharing will not succeed unless you mark "Replace existing version".

💡tip

Make sure the permissions set on the project's repository allow read access so other users can import this asset.

🌟Well done!

Congratulations! You have shared your project to an asset catalog. It can now be used by others to jumpstart development.