Hey Pulumi peoples Looking at the docs like <http...
# general
f
Hey Pulumi peoples Looking at the docs like https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/ Is there some other place for all the rest of the docs in a friendly format like above for example
@pulumi/std
or
@pulumi/XYZ
packages?
l
Browse to each of the from the Pulumi registry: https://www.pulumi.com/registry/
f
thanks for the suggestion, but not all
@pulumi/…
are there… like
@pulumi/std
,
@pulumi/policy
though all of those will be exposed as the main SDK above
l
They're all in docs under SDK. The registry is where you find the providers.
f
Am I missing somethig, https://www.pulumi.com/docs/languages-sdks/javascript/#standard-packages only 3 are listed as standard packages my question is more like if i change it in the url to get the docs in the format as the sdk or policy, but it doesnt seem to be the case. https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/std/ for example doesn’t exist, but it is on npm others like https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/gcp redirect to the Registry providers docs.
l
@pulumi/std is in the registry under "String". https://www.pulumi.com/registry/packages/str/
Pulumi policy is listed on the main SDK page. https://www.pulumi.com/docs/languages-sdks/javascript/
f
That is
str
not
std
, but thanks i’ll manage it
l
According to Pulumi readme, std is str. I'm confused. https://github.com/pulumi/pulumi-std
>> Installation (SDKs to be published)
The Pulumi String provider is available as a package in all Pulumi languages:
f
well that is a problem for new devs. i’m trying to onboard and unify the docs guide what and how it is used for old/future devs. I don’t want to juggle between SDK docs, Registry docs (that is not searchable by
@pulumi/tls
for example), GitHub repos/code, NPM, and rely on TS type definition files at the end. As a dev. i appreciate more if everything was like under
<https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/>
in one place to see everything, and not go and click around the registry docs
l
Sounds like a suggestion for #CLBMM3BS9 or https://github.com/pulumi/docs/issues
👍 1