Setting Service (Base URL) dynamically when running via CLI?

Hi,

I need to set up an automated integration test. We use shipyard.build to spin up ephemeral environments for our pull-requests. So every pull-request to test has its own unique service URL (e.g. https://pr12345.myapi.shipyard.build). How can I set the Base URL using the apidog cli?

When we were using Postman before, we added an environment parameter to the URL and set that but there was no concept of separate “Base URLs”.

What would be the best-practice in Apidog here?

Thanks!
Alex

Saw in another post that this is not possible yet and you recommend using an environment parameter. So I will do that like before in Postman. Sorry for the double ask here.

We suggest creating separate cli commands for different runtime environments or setting the base URL as an environment variable and using cli commands to configure the environment variable.
You can refer to the documentation here: Apidog CLI Options - Apidog Docs