structurizr / cli

A command line utility for Structurizr.
https://docs.structurizr.com/cli
Apache License 2.0
492 stars 75 forks source link

Allow user-defined format exporters as java classes #87

Closed dgutson closed 1 year ago

dgutson commented 1 year ago

Please allow users to specify a jar file as a format. The jar file would contain a class that implements the abstract exporter.

--format jar/com.....
simonbrowndotje commented 1 year ago

A version of this feature is already available via the -format parameter in conjunction with a fully qualified Java class name. Do note that you'll need to ensure the class is available on the CLI classpath for this to work.

See https://github.com/structurizr/cli/blob/master/docs/export.md#options for more.

dgutson commented 1 year ago

Great, would you mind to add it to the command line help message?

dgutson commented 1 year ago

Sorry, I never noticed fqcn in the help.