Update organization settings and manage teams from the CLI
You can now update organization billing and role settings from the CLI, and manage teams and team members.
pscale org update --org <org> --billing-email billing@example.com pscale org update --org <org> --spend-alert=true --spend-alert-amount 2500 pscale org team list --org <org> pscale org team create --name <name> --org <org> pscale org team member add <team> <email> --org <org>