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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
waflyctl --version in recent releases or brew info waflyctl output.
dev
Description of the problem. What is happening that shouldn't?
when using waflyctl --backup flag the output file is not in toml format so if you need to use this file to restore your waf to a previous state, before you need to parse the file so it has the right format
Description of the expected behaviour.
it would be super helpful to produce a backup file that could be consumed without any parsing or tweaking
Exact steps to reproduce the error.
you can run the following command to generate a backup file of your waf
waflyctl --apikey $token --serviceid $s_id --backup --backup-path=/path/waf_config.bak
Issue Name
backup flag does not produce a toml file
Overview
go version
outputwaflyctl --version
in recent releases orbrew info waflyctl
output.Additional Information:
See your reference a sample of a TOML config file here:
https://github.com/fastly/waflyctl/blob/master/config_examples/waflyctl.toml.example
The text was updated successfully, but these errors were encountered: