Skip to content

fremartini/cloudsketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudsketch

CloudSketch is a CLI tool for turning Azure subscriptions into DrawIO diagrams.

Examples

Ensure the executable has been added to your PATH, and run it with the ID of the subscription you want to draw.

cloudsketch <subscription_id>

Filtering unwanted resources

To remove unwanted resources from the final diagram, it is possible to provide a configuration file that must be placed in the same directory as the Cloudsketch executable. This configuration file must be called .cloudsketch.json and should be structured as follows, replacing unwanted resources as appropriate:

{
    "blacklist": [
        "APPLICATION_SECURITY_GROUP"
    ]
}

In the blacklist property it is possible to specify resources that should not be included in the final diagram. Accepted values can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages