2.0.0 • Published 7 years ago

sharepoint-file v2.0.0

Weekly downloads
24
License
MIT
Repository
github
Last release
7 years ago

sharepoint-file

NPM

A command-line utility for Sharepoint file operations

:information_source: Currently supports only download of individual files from an online Sharepoint site / file storage.

Installation or update

$ npm install -g sharepoint-file

Usage

$ spfile task args

Available tasks: (use --help for more info)

fetch [options] <FILEURL> [filepath] ... Fetches a file and shows its content or saves it
                                         <FILEURL>  The full Sharepoint URL to the file
                                         [filepath] File name or file path to save to
      [-u] ............................. User credentials as emailaddress:password

                                         Example: spfile fetch https://your.sharepoint.com/path/foo.json
                                         Example: spfile fetch https://your.sharepoint.com/path/bar.pdf bar.pdf

login [options] <HOSTURL> .............. Authenticates with Sharepoint explicitly
                                         <HOSTURL> The Sharepoint host URL
      [-u] ............................. User credentials as emailaddress:password

                                         Example: spfile login https://your.sharepoint.com

logout ................................. Invalidates your Sharepoint session explicitly

Options:

--silent ............................... Suppresses most console output

License

The MIT License (MIT)

Copyright (c) 2016 Timegrip

2.0.0

7 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

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