-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): support
link
on multiple diagrams
Add support for running `mermaid-chart link diagram1.mmd diagram2.mmd`. The CLI tool will ask the user if they want to upload all diagrams to the same project. Otherwise it will ask the user for the correct project for each diagram: ```console $ npx @mermaidchart/cli link test/output/unsynced.mmd test/output/unsynced1.mmd ? Select a project to upload test/output/unsynced.mmd to personal ? Would you like to upload all 2 diagrams to this project? (Y/n) ```
- Loading branch information
1 parent
dbf3c50
commit ae344b7
Showing
4 changed files
with
133 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.