Caution
|
DEPRECATED |
Draw.io cli
CLI for Draw.io
Installation
docker pull rlespinasse/drawio-cli
Usage
docker run -it -v $(pwd):/data rlespinasse/drawio-cli --help
Possibilities:
-
Create a Draw.io file
-
Check a Draw.io file
-
Export a Draw.io file (or inside a folder)
Tip
|
Set DRAWIO_CLI_SUPPRESS_WARNINGS to true to avoid some warnings: -e DRAWIO_CLI_SUPPRESS_WARNINGS=true
|
Serve as docker base image
This docker image serve as base image for
-
rlespinasse/drawio-export - Draw.io export cli with enhanced capabilities
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.