Skip to content

Commit

Permalink
update registry (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 authored May 24, 2024
1 parent 3805c70 commit 4329f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/registry/publish.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package upload

Packages can be uploaded to the [official registry](https://registry-frontend.vercel.app) using the `fpm publish` command. After a successful upload, users can search for the package and use it in their projects. But be aware that the upload is permanent. Once a package is uploaded, it cannot be deleted. If you want to make changes to a package, you will have to create a new version of the package and upload that.
Packages can be uploaded to the [official registry](https://registry-phi.vercel.app) using the `fpm publish` command. After a successful upload, users can search for the package and use it in their projects. But be aware that the upload is permanent. Once a package is uploaded, it cannot be deleted. If you want to make changes to a package, you will have to create a new version of the package and upload that.

fpm version 0.8.2 and higher is required to upload packages to the registry.

Expand All @@ -12,7 +12,7 @@ We are currently building and testing the registry. All uploaded packages will b

### Register

Before you can upload a package, you need to have an account on the official registry. You can create an account by visiting the [registry website](https://registry-frontend.vercel.app).
Before you can upload a package, you need to have an account on the official registry. You can create an account by visiting the [registry website](https://registry-phi.vercel.app).

### Namespace

Expand Down Expand Up @@ -54,4 +54,4 @@ A dry run can be performed with `fpm publish --token <token> --dry-run`. This wi

### Publishing

To publish a package, run `fpm publish --token <token>` using the token you generated on the website. You can as well include the `--verbose` flag to see all the data being sent to the registry.
To publish a package, run `fpm publish --token <token>` using the token you generated on the website. You can as well include the `--verbose` flag to see all the data being sent to the registry.

0 comments on commit 4329f69

Please sign in to comment.