Git Product home page Git Product logo

storyexporter's Introduction

storyexporter

quick nโ€™ dirty CLI tool to copy your pivotal tracker data to an sqlite database. unlike the csv export built into pivotal tracker, this tool brings in comments and file attachments.

# visit https://www.pivotaltracker.com/profile and 'create new token'
PIVOTAL_TRACKER_API_KEY="<your-api-key>" npx @tanooki/storyexporter dump --project <your-project-id> -o my-project.db

for anyone moving over to Linear, you might find this fork of their CLI importer useful. see the pull request to see how that works.

Usage

$ npm install -g @tanooki/storyexporter
$ storyexporter COMMAND
running command...
$ storyexporter (--version)
@tanooki/storyexporter/0.4.36 darwin-arm64 node-v20.5.0
$ storyexporter --help [COMMAND]
USAGE
  $ storyexporter COMMAND
...

Commands

storyexporter configure

saves configuration to ~/.config/storyexporter/config.json

USAGE
  $ storyexporter configure --apiKey <value>

FLAGS
  --apiKey=<value>  (required) API key

DESCRIPTION
  saves configuration to ~/.config/storyexporter/config.json

EXAMPLES
  $ storyexporter configure

See code: src/commands/configure.ts

storyexporter dump

exports pivotal tracker data to sqlite database

USAGE
  $ storyexporter dump -o <value> -p <value>

FLAGS
  -o, --database=<value>  (required) path to sqlite database file, e.g. output.db
  -p, --project=<value>   (required) project id to dump

DESCRIPTION
  exports pivotal tracker data to sqlite database

EXAMPLES
  $ storyexporter dump

See code: src/commands/dump.ts

storyexporter help [COMMAND]

Display help for storyexporter.

USAGE
  $ storyexporter help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for storyexporter.

See code: @oclif/plugin-help

storyexporter's People

Contributors

schpet avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jtsay362

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.