Example: Hello World
Source: https://porter.sh/src/examples/hello
The hello world bundle, getporter/porter-hello, is the most simple bundle possible.
It prints a message to the console when various actions are performed.
This is the default bundle generated for you when you run porter create
.
Try it out
-
Use
porter explain
to see what is included in the bundle and how to use it.porter explain --reference getporter/porter-hello:v0.1.1
-
Install the bundle
porter install hello --reference getporter/porter-hello:v0.1.1
-
Upgrade the bundle
porter upgrade hello
-
Uninstall the bundles
porter uninstall hello