Hi ! My company have an access to all the CF account of our clients. We have some bash scripts to do
Hi ! My company have an access to all the CF account of our clients. We have some bash scripts to do some tasks like "npx wrangler deploy". When we create a new project, without yet the node_modules/.mf/ directory, the CLI wrangler will ask us on which account to upload it.
The problem is it's not works inside a bash script ( SystemError [ERR_TTY_INIT_FAILED]: TTY initialization failed: uv_tty_init returned EINVAL )
I've search in the command parameters, I haven't found one to explicit choose the client account. May be there another solution ?
The problem is it's not works inside a bash script ( SystemError [ERR_TTY_INIT_FAILED]: TTY initialization failed: uv_tty_init returned EINVAL )
I've search in the command parameters, I haven't found one to explicit choose the client account. May be there another solution ?



