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

rlespinasse/drawio-cli

v3.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.