User can disable verify prompts (e.g. --nointeractive)
See original GitHub issueWe are going to prompt the user as much as possible (e.g. for system user creation or for mysql user creation), see #177. But we would like to add a flag to disable verify prompts.
e.g. ghost install --nointeractive
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Common Conditional Access policy: Require MFA for all users
Create a custom Conditional Access policy to require all users do multifactor authentication.
Read more >"--terragrunt-non-interactive" doesnt work with ... - GitHub
FWIW, you can disable Terraform's checks with the -auto-approve flag and, given the potentially destructive nature of Terraform changes, I'm ...
Read more >Access Controls - Gerrit Code Review
By default this is granted to Registered Users in all projects, but a site administrator may disable it if verified authorship is required....
Read more >Duo Authentication Windows Logon RDP: FAQ | Duo Security
When automatic push is disabled, Duo does not request logon verification until the user submits the name of an authentication factor at the...
Read more >Command: apply | Terraform - HashiCorp Developer
When you pass a saved plan file to terraform apply , Terraform takes the actions in the saved plan without prompting you for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not sure what this applies to exactly, I am currently using the following commands:
ghost install --no-setup
ghost setup --url=https://{{ server_domain }} --db=mysql --dbhost=localhost --dbuser=ghost --dbpass={{ mysql_ghost_password }} --dbname=ghost --sslemail={{ letsencrypt_email }} --start
Both of these currently result in zero prompts. I’m fine with updating the commands but I do need a way to accomplish these tasks without a prompt being shown.
I’m fairly certain this is closed by #338 and whatever final changes are part of #313 . We can reopen this later if we need to.