veloctl env develop
:--
) is important to separate any arguments you pass to your command from the commands passed to veloctl
. But don't worry, we'll let you know if you forget it!docker run
), that's fine, we support that too! Just pass the same command to veloctl env develop
:-v
/--verbose
flag to see exactly what environment variables are injected and which ports are forwarded into your environment.veloctl
merges your current environment variables with the injected ones from the execution. In this case, if RABBITMQ_URL
was defined in the shell before launching veloctl
, it will be overwritten with the value coming from your environment.--dry-run
flag (which also imply --verbose
)