Collaborative Deploy Previews with Netlify CLI

Hi team o/

Is this possible?

I’ve noticed you can provide deploy-preview context to the CLI. Is it possible to enable the collaborative deploy previews using the CLI? The docs aren’t clear on this.

netlify deploy --build --context deploy-preview

We’re using GitHub actions to build and deploy for several reasons, and it isn’t practical to use Netlify CI/CD

Hi @lukeoliff,

Unfortunately, not. That feature needs Git-related information associated with the deploy, which is absent when deploying from CLI.

1 Like

Thanks for the response @hrishikesh