Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 416 Bytes

vtex-google-auth-cli

A tool to get VtexIdclientAutCookie Token by CLI

Install

npm i -g vtex-google-auth-cli

How to use

  • Set these environment variables

    GOOGLE_AUTH_EMAIL (Your Google e-mail)

    GOOGLE_AUTH_PASSWORD (Your Google password)

    ACCOUNT_NAME (name of the vtex store)

  • Run:

vtex-google-auth

PS. You must use a google account with two factor authentication disabled.