philly75 Hi, Is it possible to pass site.tld (as as $variable) into this: wo site create $variable --wp I would like to get this auto deployed to VPS machines, but pass a variable for each new site created. thanks
VirtuBox Hello, yes, if you declare a bash variable for your site name, WordOps will use the variable. my_domain=site.tld wo site create $my_domain
philly75 Thanks for quick reply. Looks like this works. I was able to pass an auto-generated hostname from another system and pass it as the domain for wo site create.