sphere-orderstatus-xml-import
v0.1.0
Published
Import order status to SPHERE.IO.
Downloads
6
Readme
Order Status Import
Importing order status information from XML files, with SFTP support.
Getting started
$ npm install -g sphere-orderstatus-xml-import
# output help screen
$ orderstatus-xml-import
SFTP
By default you need to specify the path to a local file in order to read the import information, via the --file
option.
When using SFTP, you should not use the --file
option, instead you need to provide at least the required --sftp*
options:
--sftpCredentials
(or--sftpHost
,--sftpUsername
,--sftpPassword
)--sftpSource
--sftpTarget
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt. More info here
Releasing
Releasing a new version is completely automated using the Grunt task grunt release
.
grunt release // patch release
grunt release:minor // minor release
grunt release:major // major release
License
Copyright (c) 2014 SPHERE.IO Licensed under the MIT license.