This command includes three subcommands: create, delete, and list
# Creates a Deployment-level service accountastro deployment service-account create --deployment-id=<your-deployment-id> --label=<your-service-account-label># Deletes a Deployment-level service accountastro deployment service-account delete <your-service-account-label># Shows the name, ID, and API token for each service account in a specific Deployment.astro deployment service-account list