You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the v2.0.0-beta.0 release, the protections configuration command have regressed and no longer function.
Acceptance Criteria
There is a tutorial that tells me how to view the settings for the JoinWaveShortCircuitProtection
There is a tutorial that tells me how to change the settings for the JoinWaveShortCircuitProtection
When I enter the wrong name for a protection while trying to enter a command, Draupnir tells me that I got the name wrong, rather than just printing the help again.
I can list all of the settings for a given protection and the description for each settings
This shows me the current value for the setting and also the default if I have diverged from the default.
The name of the setting is in a <code> block and I can copy the name (even when nested) to provide a new value in other commands.
Note: Consider using TypeBoxe's JSON path utilities to implement this.
. o O ( I wonder if we can suggest the setting names as a prompt in add/set/remove? difficulty is that we don't have a way to prompt for an arbitrary value so it's not immediately useful, it might be useful for changing the active capability provider )
Gnuxie
added a commit
to the-draupnir-project/draupnir-documentation
that referenced
this issue
Dec 12, 2024
Description
After the
v2.0.0-beta.0
release, the protections configuration command have regressed and no longer function.Acceptance Criteria
JoinWaveShortCircuitProtection
JoinWaveShortCircuitProtection
<code>
block and I can copy the name (even when nested) to provide a new value in other commands.Issues
config get
command doesn't appear in help for whatever reason (ie the command is undefined) Draupnir#407PRs and Tasks
protections show
command that gets run when you say!draupnir protections <name>
#35show
command in the protections list command. Draupnir#628Total Pain
50
The text was updated successfully, but these errors were encountered: