Stripe CLI
With the CLI, you can:
- Securely test webhooks without relying on 3rd party software
- Trigger webhook events or resend events for easy testing
- Tail your API request logs in real-time
- Create, retrieve, update, or delete API objects.
Installation Instructions
Linux
Linux
Download Artefact
{
"url": "{{ .SVar `.tool.stripe_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.stripe_cli.download.filename` }}",
"overwrite": false
} Extract Archive to Shared Space
{
"destination": "{{ .PTools }}/stripe_cli/{{ .SVar `.tool.stripe_cli.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.stripe_cli.download.filename` }}"
} Make sure artefact is executable
{
"path": "{{ .PTools }}/stripe_cli/{{ .SVar `.tool.stripe_cli.download.version` }}/stripe",
"permission_bits": 504
}
MacOS
MacOS
Download Artefact
{
"url": "{{ .SVar `.tool.stripe_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.stripe_cli.download.filename` }}",
"overwrite": false
} Extract Archive to Shared Space
{
"destination": "{{ .PTools }}/stripe_cli/{{ .SVar `.tool.stripe_cli.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.stripe_cli.download.filename` }}"
} Make sure artefact is executable
{
"path": "{{ .PTools }}/stripe_cli/{{ .SVar `.tool.stripe_cli.download.version` }}/stripe",
"permission_bits": 504
} Binaries
- stripe