Linux command
zapier-login 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Login to Zapier
zapier login
Login with SSO
zapier login --sso
说明
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.
参数
- --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.
FAQ
What is the zapier-login command used for?
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.
How do I run a basic zapier-login example?
Run `zapier login` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --sso do in zapier-login?
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.