Registry Service
Pushing to Candle Cloud Registry
Candle Cloud Registry makes it easy to store and manage your Wick packages. Follow the steps below to push your package:
1. Logging In
- Visit registry.candle.dev.
- Click on the
Login
button. - Choose your preferred login method:
- GitHub
- Microsoft
- Or, create an account using a username and password specifically for Candle Cloud.
2. Setting Up Your Namespace
- If it is your first time logging in, you’ll be prompted to create a username. This ensures a unique identity within the Candle Cloud ecosystem.
- Navigate to
My Namespaces
. - Click on
New Namespace
. - Enter a
namespace name
and choose if you prefer it to bepublic
orprivate
. We encourage everyone to trypublic
for any components that you want to share with the community, but understand the need forprivate
apps as well. - The
namespace name
will serve as yournamespace
in the Wick package configuration.
3. Getting your Wick CLI Registry Credentials
- Click on your username in the top right corner.
- Select
Profile
- Copy the
Secret
andUsername
values. - Set the credentials using the options avaiable in the Wick package.
4. Pushing Your Package
To push your package, you can use the wick registry push
command. For example:
wick registry push <app/component.wick>
For more information on Wick Packages, please refer to the Wick package documentation. For any further assistance, please visit our Discord Channel.