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

Provide a way to silently approve in advanced files that won't be part of the published package #713

Open
Asaf-S opened this issue Sep 4, 2023 · 0 comments

Comments

@Asaf-S
Copy link

Asaf-S commented Sep 4, 2023

Description

Scenario:

  1. Commit changes to the code.
  2. Run np.

Current behavior:

  1. np prompts: The following new files will not be part of your published package: and waits for manual interaction.

Is the feature request related to a problem? No.

Possible implementation

Suggested behavior:

  1. The current behavior should be the default behavior.
  2. Provide a flag (e.g. --y or --suppress-ignored-files-warning) to auto-approve in advance the files that will not be part of your published package (without listing them and without human interaction).
  3. If such an option exists - document it better :)

Alternatives

Manually approve the file list every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant