-
Notifications
You must be signed in to change notification settings - Fork 144
Add config command #1056
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 config command #1056
Conversation
6d4e30e
to
6c44f17
Compare
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.
I also have one question for this functionality. Is there an option to remove entry from ConfigDb
?
1c1466e
to
aa8ea40
Compare
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.
if lines of commands in bash
command blocks aren't starting with $
and the expected outputs are comments (starting with #
), then it becomes possible to run the commands from the doc right in your terminal with a single click from the IDE, while browsing the .md
file (screenshot below).
applies to the remaining code blocks as well.
65edd00
to
da5e3e3
Compare
This comment was marked as resolved.
This comment was marked as resolved.
9f2dff5
to
d2b6c61
Compare
c748250
to
c55f68a
Compare
Allowing to persist some configuration values in a secured file under the user home directory, to be used by other Scala CLI commands.
c55f68a
to
25149ba
Compare
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 only thing is missing for me, the --unset-all
option, but that can be added in a separate PR
This adds a
config
sub-command, that users can use to set and get values of pre-defined config keys, likeThese values are meant to be used in the upcoming
publish setup
sub-command.