planeso-backup
v0.1.6
Published
Simple tool to create an export of a plane.so workspaces
Maintainers
Readme
planeso-backup
This is a small tool for backing up data from Plane.so. Is in no way affiliated with or endorsed by Plane.so.
It creates a zip file containing JSON of entire workspaces.
Data
Supported
- Initiatives
- Labels
- Projects
- Epics
- Projects
- States
- Labels
- Cycles
- Modules
- Epics
- Members
- Work Items
- Links
- Activities
- Comments
- Attachments (meta data only)
- Work Item Types
- Properties
- Teamspaces
- Members
- Projects
- Customer
- Requests
- Customer Properties
- Stickies
- Members
Not Supported
- Intake
- Pages (lack of api support for listing resources)
- Time Tracking (lack of api support for listing resources)
- User
Installation
npm install -g planeso-backupUsage
Create a config.yml file to pass to the command:
api:
baseUrl: https://api.plane.so/api
accessToken: my-access-token
backup:
outputDir: ./backups
workspaces:
- my-workspaceplaneso-backup config.yml