Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prompt bypass option for bulk-add-officers command #468

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

AetherUnbound
Copy link
Collaborator

Description of Changes

Fixes #222

This PR adds a --yes/-y option for the bulk-add-officers command so that the prompt for confirming an insert can be skipped outside of the testing environment.

This has been added to the fresh-start command so that it continues on its own without input at that step.

Notes for Deployment

None

Screenshots (if appropriate)

N/A

Tests and linting

Run just fresh-start and observe that it continues after the admin account prompt on its own

  • I have rebased my changes on main

  • just lint passes

  • just test passes

@AetherUnbound AetherUnbound requested a review from a team as a code owner June 26, 2024 05:11
@AetherUnbound AetherUnbound added the docker/env Docker, environment, or CI changes label Jun 26, 2024
@AetherUnbound AetherUnbound merged commit 356596b into main Jul 27, 2024
2 checks passed
@AetherUnbound AetherUnbound deleted the feat/skip-confirm-bulk-insert branch July 27, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker/env Docker, environment, or CI changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add -y option for bulk-add-officers to bypass user prompt
2 participants