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

deep-export

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-export

cli utility for export data from your deep

  • 2.1.0-dev.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
66
increased by3200%
Maintainers
3
Weekly downloads
 
Created
Source

npm Gitpod Discord

Cli utility that allows you to export links from your deep.

Table Of Contents

Library

See Documentation for examples and API

Cli

Cli Usage

deep-export

Options:
  --version         Show version number                                [boolean]
  --url             The url of graphql to export data from   [string] [required]
  --jwt             The JWT token for authentication to the graphql server
                                                             [string] [required]
  --directory-name  The directory name to save data to                  [string]
  --help            Show help                                          [boolean]

Cli Usage Ways

If you are going to use this package in a project - it is recommended to install it is Locally
If you are going to use this package for yourself - it is recommended to install it Globally or run it directly using npx

Directly running using npx

npx --yes deep-export

Global Installation

Global installation and running using binary name
npm install --global deep-export
/home/runner/work/deep-export/deep-export/dist/cli/deep-export
Global installation and running using npx
npm install --global deep-export
npx /home/runner/work/deep-export/deep-export/dist/cli/deep-export

Local installation

Local installation and running using npx
npm install deep-export
npx /home/runner/work/deep-export/deep-export/dist/cli/deep-export
Local installation and running using npm script
npm install deep-export

Add npm script to package.json. Note that you can name your script as you want but it must call binary file provided by the package

{
  "scripts": {
    "/home/runner/work/deep-export/deep-export/dist/cli/deep-export": "/home/runner/work/deep-export/deep-export/dist/cli/deep-export"
  }
}

and run

npm run /home/runner/work/deep-export/deep-export/dist/cli/deep-export

FAQs

Package last updated on 21 Aug 2023

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