2.1.0-dev.0 • Published 2 years ago
deep-export v2.1.0-dev.0
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-exportGlobal Installation
Global installation and running using binary name
npm install --global deep-export
/home/runner/work/deep-export/deep-export/dist/cli/deep-exportGlobal installation and running using npx
npm install --global deep-export
npx /home/runner/work/deep-export/deep-export/dist/cli/deep-exportLocal installation
Local installation and running using npx
npm install deep-export
npx /home/runner/work/deep-export/deep-export/dist/cli/deep-exportLocal installation and running using npm script
npm install deep-exportAdd 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-export1.0.17
2 years ago
2.1.0-dev.0
2 years ago
1.0.16
2 years ago
1.0.15
2 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago