provideplatform / provide-cli

CLI for managing distributed infrastructure and applications
Apache License 2.0
14 stars 9 forks source link

FIX: `prvd connectors list` #23

Open zacparker41 opened 2 years ago

zacparker41 commented 2 years ago

This should be returning the list of connectors for the authorized user. Instead, it is returning a 401. Running this command in Postman results in a 200 status. It's possible the CLI is using the wrong token to make the request. The request should be made with either an organization token or an application token. Update the CLI command with the following options:

If user types prvd connectors list a menu should be presented that prompts the user to select whether to retrieve connectors for an (A)pplication, an (O)rganization, or (H)elp.