Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.23 KB

README.adoc

File metadata and controls

49 lines (32 loc) · 1.23 KB

Draw.io cli

Docker Version Docker Pull Build

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

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.