File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Then you can run the following commands:
102102
103103 Usage:
104104
105- web-push send-notification --endpoint=<url> [--key=<browser key>] [--auth=<auth secret>] [--payload=<message>] [--ttl=<seconds>] [--vapid-subject=<vapid subject>] [--vapid-pubkey=<public key url base64>] [--vapid-pvtkey=<private key url base64>] [--gcm-api-key=<api key>]
105+ web-push send-notification --endpoint=<url> [--key=<browser key>] [--auth=<auth secret>] [--payload=<message>] [--encoding=<aesgcm | aes128gcm>] [-- ttl=<seconds>] [--vapid-subject=<vapid subject>] [--vapid-pubkey=<public key url base64>] [--vapid-pvtkey=<private key url base64>] [--gcm-api-key=<api key>]
106106
107107 web-push generate-vapid-keys [--json]
108108
Original file line number Diff line number Diff line change 9393 '--auth=auth' ,
9494 '--payload=hello' ,
9595 '--ttl=1234' ,
96+ '--encoding=aesgcm' ,
9697 '--vapid-subject=http://example.push-serice.com/contact' ,
9798 '--vapid-pubkey=vapid-publicKey' ,
9899 '--vapid-pvtkey=vapid-privateKey' ,
You can’t perform that action at this time.
0 commit comments