Hi how do I get only the value test-staging-100 in the following dictionary
{
"clusters": [
"test-staging-100",
"test-local-1",
"test-dev-50"
]
}
when I ran this command
$cluster = aws list-clusters | Select-String "test-staging"
I keep getting "test-staging-100", . I don't want the quotation and comma but only test-staging-100