1.0.4 • Published 8 years ago

sellr-moveplan v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

small command-line utlity that allows you to move a sellrplan from one account to another.

To install: npm install -g sellr-moveplan

To run: sellr-moveplan

This will prompt you for the following arguments:

prompt: currentPlan: // the Id for the currentPlan

prompt: newPlan: // an ID for a new plan to be created

prompt: accountId: // the accountId to associate the plan with

prompt: database: //db connection string e.g. 'candidate......com:PORT/collection'

prompt: username: //db username

prompt: password: //db password

The new plan will be created on the collection and database you specified, and the products from the previous plan will be copied over with the new planId and new accountId

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago