1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

Add stack config command

Make use of existing modules and functions in order to output the merged configs.
Added skip interpolation flag of variables, so that you can pipe the output back to stack deploy without much hassle.

Signed-off-by: Stoica-Marcu Floris-Andrei <floris.sm@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Stoica-Marcu Floris-Andrei
2020-09-22 12:16:05 +03:00
committed by Sebastiaan van Stijn
parent 429d716fbc
commit dfc214115b
10 changed files with 267 additions and 11 deletions

View File

@ -111,3 +111,4 @@ axqh55ipl40h vossibility_vossibility-collector replicated 1/1 icecrime/
* [stack ps](stack_ps.md)
* [stack rm](stack_rm.md)
* [stack services](stack_services.md)
* [stack config](stack_config.md)