Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rauerhans committed Oct 10, 2023
1 parent 5dabce1 commit 669c6dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/adding-new-application/publishing.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Publishing a Plural Artifact

Every Plural account holder can act as a publisher to publish artifacts and in that way contribute open source applications to Plural's public marketplace.
Every Plural account holder can act as a publisher to publish artifacts and in that way contribute open source applications to Plural's marketplace.
If you don't want to publish an application publicly straight away and make it available to everybody you can first test it by releasing it privately whereby only users of your Plural account can install it.

## Create a publisher

To publish an artifact you need to create a publisher with your Plural account admin first.

1. Click on your profile on the bottom left on `app.plural.sh`.
Expand All @@ -12,6 +13,7 @@ To publish an artifact you need to create a publisher with your Plural account a
4. Hit save.

## Publish an Artifact with the Plural CLI

When you're done with implementing your artifact and you have created a publisher you're ready to publish it.

1. Navigate to the directory of your artifact in your local copy of the [Plural artifacts git repository](https://github.com/pluralsh/plural-artifacts).
Expand Down Expand Up @@ -39,6 +41,7 @@ pushing recipe plural/recipes/dagster-aws.yaml✓
```

## Public vs Private Artifacts

Artifacts can be published with a `private: true` or `private: false` setting in the `repository.yaml`.
Bundles from private artifacts are only visible for, and can only be downloaded and installed by, users from the same account the publisher was created in.
If you want to publish your artifact publicly, too, you need to open a PR in the [Plural artifacts git repository](https://github.com/pluralsh/plural-artifacts), so the Plural team can review your code.
Expand Down

0 comments on commit 669c6dc

Please sign in to comment.