Socket
Socket
Sign inDemoInstall

apple-news-cli

Package Overview
Dependencies
119
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    apple-news-cli

A CLI tool for publishing to apple news


Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Install size
9.44 MB
Created
Weekly downloads
 

Readme

Source

Apple News CLI

npm install -g apple-news-cli

List your articles

apple-news search --apiId <your-key> --apiSecret <your-secret> --channelId <your-channelId>

Using a config file

You can specify all the common parameters via a json config file instead of providing them every time

apple-news search --config config.json

Contents of ./config.json:

{
  "apiId": "foo",
  "apiSecret": "bar",
  "channelId": "baz"
}

Create

apple-news create --config config.json --article article.json

Update

apple-news update --config config.json --article article.json --articleId <your-article-id>

FAQs

Last updated on 27 Apr 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc