docs/sf/providers/aws/cli-reference/usage.md
The usage command displays your org's instance credit usage for the current month. It also exports a list of billable instances that consumed those credits to an instances.csv file in the current directory.
serverless usage
--org The org name to show usage for. Defaults to your service org if found, or your default personal org.The list of instances in the instances.csv file has 4 columns:
user:user-name or license:license-label. It may be blank if this data is not available.my-service $ serverless usage
The serverlessinc org used 18 Instance Credits this month.
A list of billable instances has been saved to instances.csv in the current directory.
If you have any questions about your usage, please contact [email protected].
my-service $