Hi All, I've published a new component to the pul...
# general
a
Hi All, I've published a new component to the pulumi portal. It said it was successfully added but when I go into components in my org port I get an empty list. I also can't find them using the command line. Neo is saying that I need to set up a private NPM registry or some other place to download the component but I don't see that in the docs. What am I missing here?
s
You published your component with the
pulumi package publish
command?
In order to publish a component, you should: 1. Push your code upstream (main branch) 2.
git tag
the code (with a semver tag like
v0.0.1
and push the tag 3. run
pulumi package publish
Also, can you confirm what git provider you're using (GitHub, GitLab, etc.)?