-
Notifications
You must be signed in to change notification settings - Fork 3
[feature] CLI commands for site configuration #191
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
Draft
AlbertDeFusco
wants to merge
38
commits into
main
Choose a base branch
from
feat/config-new-sites
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 21 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
8694553
refine config dump exclusions
AlbertDeFusco 309fd89
setitem for sites config
AlbertDeFusco 9cb3b83
cli commands for sites: list/show/set
AlbertDeFusco 64cc6e3
Merge remote-tracking branch 'origin/main' into feat/config-new-sites
AlbertDeFusco ebc9228
remove site
AlbertDeFusco 197f17a
update __new__ signature
AlbertDeFusco 5be3a2b
use deep=True on model copy just to be safe
AlbertDeFusco b1a70d4
fix global setting for --domain
AlbertDeFusco c8caef5
don't leak secrets
AlbertDeFusco 5cdb01b
whitespace
AlbertDeFusco 7633595
don't leak condarc either
AlbertDeFusco aab7ddb
some typing fixes
AlbertDeFusco 50b904f
check for no-ssl-verify and use-truststore
AlbertDeFusco 3bb3675
typing guide
AlbertDeFusco f692a4a
a nice table to 'sites list'
AlbertDeFusco 4c4e559
hide api-key
AlbertDeFusco 2c8bfed
warning when attempting to write api-key
AlbertDeFusco faf7ee3
cli copy edits
AlbertDeFusco 447b0d6
show help
AlbertDeFusco b6ff978
Merge remote-tracking branch 'origin/main' into feat/config-new-sites
AlbertDeFusco 0b3ca42
more dict methods and avoid .root
AlbertDeFusco e2b7e4a
dedicated add subcommand
AlbertDeFusco f7cb828
site iteration improvements
AlbertDeFusco 266c7f4
separate add and modify
AlbertDeFusco 539e810
sites config dump tests
AlbertDeFusco 7642b50
ensure site attribute matches key name
AlbertDeFusco 498b4ab
test site add and remove with writing
AlbertDeFusco 5e8a6b4
Merge remote-tracking branch 'origin/main' into feat/config-new-sites
AlbertDeFusco d7e73bc
reset default_site if removed
AlbertDeFusco 458c7da
copy edit
AlbertDeFusco 55bccb9
move add() and remove() up one level
AlbertDeFusco 6e70c80
replace anaconda.com by default
AlbertDeFusco dfa6e3a
safer way to replace anaconda.com
AlbertDeFusco 394f00d
reminder to run sites show
AlbertDeFusco 9e55afd
fix confusion for removal of anaconda.com
AlbertDeFusco f55ae4e
Merge remote-tracking branch 'origin/main' into feat/config-new-sites
AlbertDeFusco 8e08c75
fix ssl_verify handler and default-site for modify
AlbertDeFusco 77b25f4
which cli args to Annotated
AlbertDeFusco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be nice to also include a prompt like "to view site details, use
anaconda sites show. Or something like that.