Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

itemsapi-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itemsapi-cli

The command line interface for ItemsAPI

  • 1.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ItemsAPI

ItemsAPI CLI

Installation

$ npm install -g itemsapi-cli

Commands

Generator

Generating new ItemsAPI starter application

$ itemsapi generate my-app 

Project (collection + mapping)

Create project using JSON filename

$ itemsapi projects create --api=http://localhost:5000/api/v1 --filename=movies.json

Create project using JSON url

$ itemsapi projects create --api=http://localhost:5000/api/v1 --url=https://raw.githubusercontent.com/itemsapi/itemsapi-example-data/master/items/movies-processed.json

Collections

Print all

$ itemsapi collections list --api=http://localhost:5000/api/v1

Items

Importing data

$ itemsapi items import --collection zouespow --filename data.json --api=http://localhost:5000/api/v1

Exporting data

$ itemsapi items export --collection zouespow --api=http://localhost:5000/api/v1 > movies.json

Help

General help

$ itemsapi --help

Sub-command help

$ itemsapi items --help

Specific command help

$ itemsapi items import --help

Keywords

FAQs

Package last updated on 02 Jan 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc