Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

List networks and connections from multiple accounts #60

@joshdcox

Description

@joshdcox

As someone that manages networks and connections in multiple Pureport accounts, I'd like to be able to list all networks and connections that I can read without having to loop over a list of accounts.

I currently have to do something like this:

for account in $(pureport accounts list | jq -c '.[] | {id: .id}' | cut -d\" -f4); do
  pureport accounts connections -a ${account} list
done
``

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions