How to install and start using Welder
Installation
To initialize Welder for your project, you need to run the following command:
The wizard will get you through a few simple steps to set you up with your service for use with Welder.
Follow the instructions to configure welder.yaml descriptor.
IntelliJ Plugin
It is strongly recommended to install the Welder IntelliJ Plugin as well
if you use IntelliJ IDEA as the main development IDE. The plugin adds validation, autocompletion and navigation within
welder.yaml descriptors.
Simple usage
The simplest possible usage of Welder is to run a command within a container.
When you run it withwelder run test, you should see something like:
on-host:~$ welder run test
run [test] - Running 1 scripts in container 'alpine'...
run [test] Linux 5b8ac2bbb2a6 5.4.0-122-generic #138-Ubuntu SMP Wed Jun 22 15:00:31 UTC 2022 x86_64 Linux
run [test] - Finished test in 5s
Please see Simple usage for more information.