From 669c6dc952ae51e4b1131dc78322a7e836c154bc Mon Sep 17 00:00:00 2001 From: Hans Rauer Date: Tue, 10 Oct 2023 15:05:38 +0200 Subject: [PATCH] format --- pages/adding-new-application/publishing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/adding-new-application/publishing.md b/pages/adding-new-application/publishing.md index 61f0d2a4..505ca6d3 100644 --- a/pages/adding-new-application/publishing.md +++ b/pages/adding-new-application/publishing.md @@ -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`. @@ -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). @@ -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.