Configuration
Changing Organization
If you want to change the Organization you are working on while logged in, you will need the ID of the Organization. You can find this in the Organization Settings. Run the following command, replacing abccorp with the Organization ID:
apimetrics config org set --org-id abccorp
Changing Project
If you want to change the Project you are working on while logged in, you will need the ID of the Project. You can find this in the Project Settings under the Admin section. Run the following command, replacing abcproj with the Project ID:
apimetrics config project set --project-id abcproj
Updated 9 days ago