Created
June 8, 2015 22:00
-
-
Save timlianov/283bede870dfeeade27a to your computer and use it in GitHub Desktop.
count envs
This file contains hidden or 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
puts `devops project list --format csv | cut -f2 -d ":"`.split("\n").map { |p_name| | |
`devops project show #{p_name} --format json | grep identifier`.split("\n") | |
}.flatten.size |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment