mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 20:51:53 +00:00
22 lines
449 B
Plaintext
22 lines
449 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zapier login
|
|
|
|
> Log in to a Zapier account.
|
|
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#login>.
|
|
|
|
- Log in to a Zapier account:
|
|
|
|
`zapier login`
|
|
|
|
- Log in to a Zapier account with a deploy key for SSO:
|
|
|
|
`zapier login {{[-s|--sso]}}`
|
|
|
|
- Display additional debug output:
|
|
|
|
`zapier login {{[-d|--debug]}}`
|