Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update registry URL #142

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading