Skip to content

Small tool to count Octopus parameters in files, e.g. ARM templates, powershell scripts.

Notifications You must be signed in to change notification settings

ZapTechnology/OctoParamsCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoParamsCounter

Small tool to count Octopus parameters in files, e.g. ARM templates, powershell scripts.

Command line options:

-i, --input Required. Input files to be processed. e.g. *.json or foo.json

-d, --directory (Default: .) Directory to search.

-p, --pattern (Default: #{([^\/\}]+)|OctopusParameters[(?:'|")([^\/\'\"]+)(?:'|")]) Regex for Octopus parameters, with the capturing group containing the Octopus parameter. For advanced usage only

-r, --recursive (Default: true) Recursive search

-s, --references (Default: false) Show references

-v, --verbose (Default: false) Show verbose log

--help Display this help screen.

--version Display version information.

About

Small tool to count Octopus parameters in files, e.g. ARM templates, powershell scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages