Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.34 KB

File metadata and controls

45 lines (29 loc) · 1.34 KB

Credits Command

The credits command displays credit details for your free user Censys account.

Usage

$ censys credits  # show free user credits

Description

This command shows your personal free user credit balance and usage information. Free user credits are associated with your individual Censys account, not an organization.

Note: This command only shows free user credits. If you want to see organization credits for a paid account, use censys org credits instead.

Output Formats

The credits command defaults to short output format, which displays results in a human-readable format. You can override this with the --output-format flag (or -O).

Default: short
Supported formats: json, yaml, tree, short

Examples

# Default: human-readable output
$ censys credits

# JSON output
$ censys credits --output-format json
$ censys credits -O json

# YAML output
$ censys credits --output-format yaml

Free User vs Organization Credits

Command Description
censys credits Shows free user credits for your personal account
censys org credits Shows organization credits for paid accounts

If you have a paid organization account and want to check your organization's credit balance, use censys org credits instead.