-
Notifications
You must be signed in to change notification settings - Fork 332
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
CLI: subcommand for saving configuration #1317
Comments
16 tasks
A couple user stories that this work pertains to:
Per @lcrilly's comments in #1321 I think it is worth using |
Can this be closed? |
Not yet! We need to at least add support for js_modules. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unitctl
should have an option to save the current running configuration, including NJS configuration and certificates.Currently the closest analogue is for users to run
unitctl edit
and then to save the file, but this only works in interactive environments and even then does not include NJS configuration or certificates. Its also a weird path to take when all you want to do is save your configuration.Consider the following:
$ unitctl save golden-working-config.tar
Additionally, config saved with this subcommand should be immediately importable with
unitctl import
:The text was updated successfully, but these errors were encountered: