brbzull0 opened a new pull request, #12752:
URL: https://github.com/apache/trafficserver/pull/12752

   Adds `traffic_ctl config reset` to reset configuration records to their 
default values. Supports both record name format (proxy.config.*) and YAML 
format (records.*) for path matching.
   
   There is no new ATS rpc handler needed it just use the existing API and 
checks for differences between current value and default value.
   
   This includes Autests.
   
   Examples:
   ```
     traffic_ctl config reset records
     traffic_ctl config reset proxy.config.diags.debug.enabled
     traffic_ctl config reset records.diags
    ```


-- 
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]

Reply via email to