LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

zapier-login

Authenticate with Zapier platform

TLDR

Login to Zapier interactively
$ zapier login
copy
Login with SSO (for Google, Facebook, or Microsoft accounts)
$ zapier login --sso
copy

SYNOPSIS

zapier login [options]

DESCRIPTION

zapier login authenticates with the Zapier platform and stores credentials in ~/.zapierrc. Opens a browser for authentication. Required before using other Zapier CLI commands.As an alternative to interactive login, you can set the ZAPIER_DEPLOY_KEY environment variable to run privileged commands without user input.Note: The CLI binary has been renamed from zapier to zapier-platform as of v18.0.0. The old zapier command still works but is deprecated.

PARAMETERS

--sso

Use SSO authentication. Required if you log into Zapier via single sign-on (Google, Facebook, or Microsoft) and do not have a Zapier password. Prompts you to enter a deploy key generated from your Zapier developer account.

SEE ALSO

Copied to clipboard
Kai