You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run vtex cms sync but I need to find a way to provide credentials programmatically without user interaction.
I've looked through the CLI documentation and tried various approaches, but I haven't found a way to pass credentials directly. Currently, I'm using a workaround with Node.js child_process to automatically respond to prompts, but this feels hacky.