-
-
Notifications
You must be signed in to change notification settings - Fork 94
Add configuration file support for CLI #562
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
Closed
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0b13923
Remove globals.ts and relocate its contents to appropriate modules
sij411 e156336
Add unified configuration module for CLI
sij411 348a2b2
Add --config and --ignore-config CLI options
sij411 d552ea1
Simplify config module to use Optique's config system
sij411 d2495da
Add hierarchical config file loading with Optique integration
sij411 e4c538f
Version bump
dahlia 9d4a589
Fix traverseCollection() for inline CollectionPage without id
moreal 17a7261
Add bindConfig integration for CLI options
sij411 2856832
Add bindConfig integration for tunnel command
sij411 1fc6ba8
Extend config schema and add more bindConfig integrations
sij411 bde9d25
Add bindConfig for lookup and nodeinfo command options
sij411 88dd2cb
Update Optique to 0.10.0-dev.347
sij411 04cd3a5
Update CLI config schema to match issue spec
sij411 4299080
Bind all inbox command options with config
sij411 1e63a38
Bind webfinger command options with config
sij411 a63980a
Refactor userAgentOption
sij411 80d6826
Bind lookup command options with config
sij411 f2a7dc7
Wrap userAgentOption with object and update usages
sij411 06da72d
Remove tunnel-specific config binding from tunnel command
sij411 20b0892
Bind relay command options with config
sij411 b2466c4
Add configuration file documentation to CLI docs
sij411 6e747f3
Update CLI tests for bindConfig compatibility
sij411 4515816
Add changelog entry for CLI configuration file support
sij411 95919d6
Fix noFavicon config logic and update changelog command list
sij411 57a7b1f
Set webfinger command's default value to 5 and test codes
sij411 68ad48d
Fix package versions to 2.0.0
sij411 735f481
Update optique version to dev.355
sij411 d80c687
Fix unclosed tag in cli.md
sij411 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
The
enginesfield contains"denp", which appears to be a typo for"deno". This could prevent engine checks from working correctly in Deno environments.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.
what -_-