https://pulumi.com logo
#getting-started
Title
# getting-started
f

flat-activity-63618

10/19/2023, 1:23 AM
hello team, I am new to pulumi. I not able found linode-java template when i run pulumi new command. Anyone can give me some hints on this.
s

stocky-restaurant-98004

10/19/2023, 5:38 PM
You can just do
pulumi new java
and then add a reference to the Linode Java SDK
pulumi new $LANGUAGE
will give you an empty project in
$LANGUAGE
.
f

flat-activity-63618

10/19/2023, 11:02 PM
This package is available in many languages in the standard packaging formats but i dont see any java package available?https://github.com/pulumi/pulumi-linode
i dont see any java package sdk
s

stocky-restaurant-98004

10/23/2023, 3:01 PM
The docs are (very) out of date. I will file an issue. The package exists: https://central.sonatype.com/artifact/com.pulumi/linode
I filed an issue for you here. My apologies for the oversight in the docs. You can search Maven Central if you see other packages that have outdated docs in the future. https://github.com/pulumi/pulumi-linode/issues/389
f

flat-activity-63618

10/24/2023, 1:11 AM
Thanks, i have managed to setup the package with Java SDK linode on pulumi java maven project