Skip to content

Commit

Permalink
basic cmd page
Browse files Browse the repository at this point in the history
  • Loading branch information
karimra committed Nov 20, 2020
1 parent 2c5d2cc commit d08f80b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/cmd/graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# graph command

### Description

The `graph` command generates graphical representaitons of the deployed topology.

Two graph styles are available, using [Graphviz](https://graphviz.org/) or using a HTML page generated by `containerlab` using a Go html template.


### Usage

`containerlab [global-flags] graph [local-flags]`

### Flags

#### name

With the global `--name | -n` flag a user sets the name of the lab that will be graphed.

#### srv

With `--srv` flag it is possible to set the


#### template

With `--template` flag it is possible to set the


### Examples

0 comments on commit d08f80b

Please sign in to comment.