{"version":"0.1.4","commands":{"customers":{"id":"customers","description":"Manage FedaPay customer ressources","usage":"customers:<operation> [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for customers command.","allowNo":false}},"args":[]},"events":{"id":"events","description":"Here you can manage events","usage":"events:<operation> [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail events","allowNo":false},"dump":{"name":"dump","type":"boolean","char":"d","description":"Dump event details","allowNo":false},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of event to tail."},"help":{"name":"help","type":"boolean","char":"h","description":"Help for events command","allowNo":false}},"args":[]},"login":{"id":"login","description":"Connect to Fedapay account","usage":"login [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"Login in interactive mode","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Help for the login command","allowNo":false}},"args":[]},"logout":{"id":"logout","description":"Logout of Fedapay account","usage":"login [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"logs":{"id":"logs","description":"Manage FedaPay logs","usage":"logs:<operation> [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["logs:list","logs:retrieve --id=ID"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail logs","allowNo":false},"dump":{"name":"dump","type":"boolean","char":"d","description":"Dump log details","allowNo":false},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of logs to tail."},"help":{"name":"help","type":"boolean","char":"h","description":"Help for logs command.","allowNo":false}},"args":[]},"payouts":{"id":"payouts","description":"Manage FedaPay payout ressources","usage":"payouts:<operation> [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for payouts command.","allowNo":false}},"args":[]},"profile":{"id":"profile","description":"Display current login information","usage":"profile [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"samples":{"id":"samples","description":"Samples integration built by FedaPay","usage":"samples:<operation> [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for samples command.","allowNo":false}},"args":[]},"transactions":{"id":"transactions","description":"Manage FedaPay transaction ressources","usage":"transactions:<operation> [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for transactions command.","allowNo":false}},"args":[]},"webhooks":{"id":"webhooks","description":"Manage FedaPay Webhook ressources","usage":"Webhooks:<operation> [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for Webhooks command.","allowNo":false}},"args":[]},"customers:create":{"id":"customers:create","description":"Create a new customer.","usage":"customers:create [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["customers:create --api-key=[API-KEY] --environment=[env] -d firstname=John -d lastname=Doe -d email=customertest1@tom.com -d phone_number[number]=68452896 -d phone_number[country]=BJ"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for customers:create.","allowNo":false},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":true}},"args":[]},"customers:delete":{"id":"customers:delete","description":"Delete a customer.","usage":"customers:delete [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["customers:delete --api-key=[API-KEY] --environment=[env] --id=[ID]","customers:delete --api-key=[API-KEY] --environment=[env] --id=[ID] -c"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for customers:delete.","allowNo":false},"id":{"name":"id","type":"option","description":"The customer ID.","required":true},"confirm":{"name":"confirm","type":"boolean","char":"c","description":"Skip the warning prompt and automatically confirm the command being entered.","allowNo":false}},"args":[]},"customers:list":{"id":"customers:list","description":"List of the customer records.","usage":"customers:list [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["customers:list","customers:list --api-key=[API-KEY] --environment=[env] --limit=20","customers:list --api-key=[API-KEY] --environment=[env] -p=2"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for customers:list","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"Limit of records to display.","default":10},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of customers."},"page":{"name":"page","type":"option","char":"p","description":"The page of the records to display.","default":1}},"args":[]},"customers:retrieve":{"id":"customers:retrieve","description":"Retrieve a customer.","usage":"customers:retrieve [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["customers:retrieve --api-key=[API-KEY] --environment=[env] --id=5"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for customers:retrieve command.","allowNo":false},"id":{"name":"id","type":"option","description":"ID of the customer.","required":true}},"args":[]},"customers:update":{"id":"customers:update","description":"Update a customer.","usage":"customers:update [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["customers:update --api-key=[API-KEY] --environment=[env] --id=[ID] -d email=johndoe@zot.com","customers:update --api-key=[API-KEY] --environment=[env] --id=[ID] -d email=johndoe@zot.com -d lastname=Doe"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for customers:update command.","allowNo":false},"id":{"name":"id","type":"option","description":"The customer ID.","required":true},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":true}},"args":[]},"events:list":{"id":"events:list","description":"List of the events","usage":"events:list [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["events:list --api-key=[api_key] --environment=environment --limit=15","events:list --api-key=[api_key] --environment=environment --limit=15 -f type=transaction_deleted -f object_id=ID"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"limit":{"name":"limit","type":"option","description":"Limit of the records to display","default":10},"filters":{"name":"filters","type":"option","char":"f","description":"Filters you want to apply"},"help":{"name":"help","type":"boolean","char":"h","description":"Help for events:list command","allowNo":false}},"args":[]},"events:retrieve":{"id":"events:retrieve","description":"Retrieve an event thanks to its ID","usage":"events:retrieve [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["events:retrieve --api-key=[API-KEY] --environment=[env] --id=[ID]"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"id":{"name":"id","type":"option","description":"The Id of the event to retrieve"},"help":{"name":"help","type":"boolean","char":"h","description":"Help for events:retrieve command","allowNo":false}},"args":[]},"events:stub":{"id":"events:stub","description":"Generate a fake event","usage":"events:stub [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["events:stub --api-key=[API-KEY] --environment=[env] --event=[ressource.name]"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"event":{"name":"event","type":"option","description":"The event name to stub","required":true},"help":{"name":"help","type":"boolean","char":"h","description":"Help for events:stub command.","allowNo":false}},"args":[]},"events:trigger":{"id":"events:trigger","description":"Trigger an event to a webhook.","usage":"events:trigger [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["events:token --api-key=[API-KEY] --environment=[env] --webhook=3 --event=transaction.approved"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"webhook":{"name":"webhook","type":"option","description":"ID of the webhook.","required":true},"event":{"name":"event","type":"option","description":"The event name to trigger","required":true},"help":{"name":"help","type":"boolean","char":"h","description":"Help for events:trigger command.","allowNo":false}},"args":[]},"logs:list":{"id":"logs:list","description":"List of the logs records.","usage":"logs:list [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["logs:list --api-key=[API-KEY] --environment=[ENVIRONMENT] -f method=POST","logs:list --api-key=[API-KEY] --environment=[ENVIRONMENT] -f status=400 -f method=GET -f status=200"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail logs","allowNo":false},"dump":{"name":"dump","type":"boolean","char":"d","description":"Dump log details","allowNo":false},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of logs to tail."},"help":{"name":"help","type":"boolean","char":"h","description":"Help for logs:list","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"Limit of records to display.","default":10},"filter":{"name":"filter","type":"option","char":"f","description":"Filter the list of logs."}},"args":[]},"logs:retrieve":{"id":"logs:retrieve","description":"Retrieve a log","usage":"logs:retrieve [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["logs:retrieve --api-key=[API_KEY] --environment=sandbox --id=ID","logs:retrieve --api-key=[API_KEY] --environment=sandbox --id=ID"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail logs","allowNo":false},"dump":{"name":"dump","type":"boolean","char":"d","description":"Dump log details","allowNo":false},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of logs to tail."},"help":{"name":"help","type":"boolean","char":"h","description":"Help for logs:retrieve command.","allowNo":false},"id":{"name":"id","type":"option","description":"ID of the log.","required":true}},"args":[]},"payouts:create":{"id":"payouts:create","description":"Create a new payout.","usage":"payouts:create [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["payouts:create --api-key=[API-KEY] --environment=[env] -d amount=5000 -d currency[iso]=XOF -d mode=mtn -d customer[firstname]=Qan customer[lastname]=Sally customer[email]=nal@exemple.com customer[phone_number][number]=65423158 customer[phone_number][country]=bj","payouts:create --api-key=[API-KEY] --environment=[env] -d amount=5000 -d currency[iso]=XOF -d mode=mtn -d customer[id]=[ID]","payouts:create --api-key=[API-KEY] --environment=[env] -d amount=5000 -d currency[iso]=XOF -d mode=mtn -d customer[id]=[ID] --schedule=\"2020-8-12 11:41:51\"","payouts:create --api-key=[API-KEY] --environment=[env] -d amount=5000 -d currency[iso]=XOF -d mode=mtn -d customer[id]=[ID] --send-now"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for payouts:create.","allowNo":false},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":false},"schedule":{"name":"schedule","type":"option","description":"The DateTime of the schedule in the format YYYY-MM-DD HH:mm:ss GMT"},"send-now":{"name":"send-now","type":"boolean","description":"Send automatically the payout.","allowNo":false}},"args":[]},"payouts:delete":{"id":"payouts:delete","description":"Delete payout ressource","usage":"payouts:delete [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["payouts:delete --api-key=[API-KEY] --environment=[env] --id=[ID]","payouts:delete --api-key=[API-KEY] --environment=[env] --id=[ID] -c"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for payouts:delete.","allowNo":false},"id":{"name":"id","type":"option","description":"The payout ID.","required":true},"confirm":{"name":"confirm","type":"boolean","char":"c","description":"Skip the warning prompt and automatically confirm the command being entered.","allowNo":false}},"args":[]},"payouts:list":{"id":"payouts:list","description":"List of the payout records.","usage":"payouts:list [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["payouts:list --api-key=[API-KEY] --environment=[env] --limit=20","payouts:list --api-key=[API-KEY] --environment=[env] --page=2"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for payouts:list","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"Limit of records to display.","default":10},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of payouts."},"page":{"name":"page","type":"option","char":"p","description":"The page of the records to display.","default":1}},"args":[]},"payouts:schedule":{"id":"payouts:schedule","description":"Schedule a payout to be sent later.","usage":"payouts:schedule [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["payouts:schedule --api-key=[API-KEY] --environment=[env] --id=[ID] --when=\"2020-8-12 11:41:51\""],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for payouts:schedule","allowNo":false},"id":{"name":"id","type":"option","description":"The id of the payout to schedule","required":true},"when":{"name":"when","type":"option","char":"w","description":"The DateTime of the schedule in the format YYYY-MM-DD HH:mm:ss GMT","required":true}},"args":[]},"payouts:send-now":{"id":"payouts:send-now","description":"Send payouts.","usage":"payouts:send-now [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["payouts:send-now --id=105","payouts:send-now --id=105 --id=108\""],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for payouts:send-now.","allowNo":false},"id":{"name":"id","type":"option","description":"The payouts id.","required":true}},"args":[]},"payouts:update":{"id":"payouts:update","description":"Update a payout.","usage":"payouts:update [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["payouts:update --api-key=[API-KEY] --environment=[env] --id=90 -d amount=550 -d currency[iso]=XOF -d mode=moov -d customer[firstname]=Yu customer[lastname]=Ma customer[email]=vul@exemple.com customer[phone_number][number]=65423158 customer[phone_number][country]=bj","payouts:update --api-key=[API-KEY] --environment=[env] --id=109 -d customer[id]=2055"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for payouts:update command.","allowNo":false},"id":{"name":"id","type":"option","description":"The pauyout ID.","required":true},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":true}},"args":[]},"samples:create":{"id":"samples:create","description":"create a sample project integrating Fedapay","usage":"samples:create [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["samples:create --api-key=[API-KEY] --environment=[env] --type=[TYPE] --name=[PROJECT_NAME]"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"type":{"name":"type","type":"option","description":"Type of project you want to create","required":true},"name":{"name":"name","type":"option","description":"The name of your project","default":"My project"}},"args":[]},"samples:list":{"id":"samples:list","description":"A list of available Fedapay Samples integrations that can be setup and bootstrap by the CLI.","usage":"samples:list [parameters...]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["samples:list"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"List Fedapay Samples supported by the CLI","allowNo":false}},"args":[]},"transactions:create":{"id":"transactions:create","description":"Create a new transaction.","usage":"transactions:create [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["transactions:create --api-key=[API-KEY] --environment=[env] -d amount=2500 -d description=\"Sending money to mum\" -d currency[iso]=XOF -d customer[email]=john.doe@example.com","transactions:create --api-key=[API-KEY] --environment=[env] --with-token -d amount=2500 -d description=\"Sending money to mum\" -d currency[iso]=XOF -d customer[email]=john.doe@example.com"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for transactions:create.","allowNo":false},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":true},"with-token":{"name":"with-token","type":"boolean","description":"add the token to your transactions.","allowNo":false}},"args":[]},"transactions:delete":{"id":"transactions:delete","description":"Delete a transaction.","usage":"transactions:delete [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["transactions:delete --api-key=[api_key] --environment=[env] --id=[ID]","transactions:delete --api-key=[api_key] --environment=[env] --id=[ID] -c"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for transactions:delete.","allowNo":false},"id":{"name":"id","type":"option","description":"The transaction ID.","required":true},"confirm":{"name":"confirm","type":"boolean","char":"c","description":"Skip the warning prompt and automatically confirm the command being entered.","allowNo":false}},"args":[]},"transactions:list":{"id":"transactions:list","description":"List of the transaction records.","usage":"transactions:list [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["transactions:list --api-key=[api_key] --environment=environment --limit=15"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for transactions:list","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"Limit of records to display.","default":10},"page":{"name":"page","type":"option","char":"p","description":"The page of the records to display.","default":1},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of transactions."}},"args":[]},"transactions:retrieve":{"id":"transactions:retrieve","description":"Retrieve a transaction.","usage":"transactions:retrieve [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["transactions:retrieve --api-key=[API-KEY] --environment=[env] --id=[ID]"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for transactions:retrieve command.","allowNo":false},"id":{"name":"id","type":"option","description":"ID of the transaction.","required":true}},"args":[]},"transactions:token":{"id":"transactions:token","description":"Generate a payment token for a transaction.","usage":"transactions:token [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["transactions:token --api-key=[API-KEY] --environment=[env] --id=[ID]"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for transactions:token command.","allowNo":false},"id":{"name":"id","type":"option","description":"The transaction ID","required":true}},"args":[]},"transactions:update":{"id":"transactions:update","description":"Update a transaction.","usage":"transactions:update [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["transactions:update --api-key=[API-KEY] --environment=[env] --id=[ID] -d amount=2500","transactions:update --api-key=[API-KEY] --environment=[env] --id=[ID] -d amount=1780 -d customer[email]=geronimo@apache.com"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for transactions:update command.","allowNo":false},"id":{"name":"id","type":"option","description":"The transaction ID.","required":true},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":true}},"args":[]},"webhooks:create":{"id":"webhooks:create","description":"Create a new webhook.","usage":"webhooks:create [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["webhooks:create --api-key=[API-KEY] --environment=[env] -d url=https://example.com/webhooks"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for webhooks:create.","allowNo":false},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":true}},"args":[]},"webhooks:delete":{"id":"webhooks:delete","description":"Delete a webhook.","usage":"webhooks:delete [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["webhooks:delete --api-key=[api_key] --environment=[env] --id=[ID]","webhooks:delete --api-key=[api_key] --environment=[env] --id=[ID] -c"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for webhooks:delete.","allowNo":false},"id":{"name":"id","type":"option","description":"The webhook ID.","required":true},"confirm":{"name":"confirm","type":"boolean","char":"c","description":"Skip the warning prompt and automatically confirm the command being entered.","allowNo":false}},"args":[]},"webhooks:list":{"id":"webhooks:list","description":"List of the webhook records.","usage":"webhooks:list [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["webhooks:list --api-key=[api_key] --environment=environment --limit=15"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for webhooks:list","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"Limit of records to display.","default":10},"page":{"name":"page","type":"option","char":"p","description":"The page of the records to display.","default":1},"filters":{"name":"filters","type":"option","char":"f","description":"Filter the list of webhooks."}},"args":[]},"webhooks:listen":{"id":"webhooks:listen","description":"Listen a new webhook and forward event to a local url","usage":"webhooks:listen [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["webhooks:listen --api-key=[API-KEY] --environment=[env] --url=http://localhost:8080/webhooks"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for webhooks:create.","allowNo":false},"url":{"name":"url","type":"option","char":"u","description":"Forward url","required":true},"log":{"name":"log","type":"boolean","description":"Log request output","allowNo":false}},"args":[]},"webhooks:retrieve":{"id":"webhooks:retrieve","description":"Retrieve a webhook.","usage":"webhooks:retrieve [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["webhooks:retrieve --api-key=[API-KEY] --environment=[env] --id=[ID]"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for webhooks:retrieve command.","allowNo":false},"id":{"name":"id","type":"option","description":"ID of the webhook.","required":true}},"args":[]},"webhooks:update":{"id":"webhooks:update","description":"Update a webhook.","usage":"webhooks:update [options]","pluginName":"fedapay-cli","pluginType":"core","aliases":[],"examples":["webhooks:update --api-key=[API-KEY] --environment=[env] --id=[ID] -d url=https://example.com/webhooks"],"flags":{"api-key":{"name":"api-key","type":"option","description":"Your API key to use for the command","default":""},"environment":{"name":"environment","type":"option","char":"e","description":"FedaPay Api environment","options":["development","sandbox","live"],"default":""},"help":{"name":"help","type":"boolean","char":"h","description":"Help for webhooks:update command.","allowNo":false},"id":{"name":"id","type":"option","description":"The webhook ID.","required":true},"data":{"name":"data","type":"option","char":"d","description":"Data for the API request.","required":true}},"args":[]}}}