You can use the --password flag when running the envoy run command. For example:
envoy run deploy --password=your_password
This will prompt you for the password when running the command.
You can also store the password in an environment variable and use that instead. For example:
export ENVOY_PASSWORD=your_password
envoy run deploy
This will use the environment variable instead of prompting you for the password.