serrislew commented on code in PR #12752:
URL: https://github.com/apache/trafficserver/pull/12752#discussion_r2624133089
##########
doc/appendices/command-line/traffic_ctl.en.rst:
##########
@@ -294,6 +294,60 @@ Display the current value of a configuration record.
max: !<tag:yaml.org,2002:int> 100
+.. program:: traffic_ctl config
+.. option:: reset PATH [PATH ...]
+
+ Reset configuration record(s) to their default values. The PATH argument is
used as a
+ regex pattern to match against record names. Multiple paths at once can be
provided.
Review Comment:
It's not really a regex pattern right? It's just prefix of the config. Can
users put a full regex expression in the argument?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]