Skip to content

Commit

Permalink
Remove install service command
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Oct 4, 2019
1 parent ff0b0f2 commit 88b508a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ Commands:
dat-store logout Logs you out of your storage
provider.
dat-store run-service Runs a local storage provider.
dat-store install-service Installs a storage service on your
machine.
dat-store uninstall-service Uninstalls your local storage
service.
dat-store migrate Migrates old dat-store data to new
format
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const commands = yargs
.command('login <username> [provider] [password]', 'Logs you into your storage provider.', addServiceOptions, login)
.command('logout', 'Logs you out of your storage provider.', addServiceOptions, logout)
.command('run-service', 'Runs a local storage provider.', addClientOptions, runService)
.command('install-service', 'Installs a storage service on your machine.', addClientOptions, installService)
.command('uninstall-service', 'Uninstalls your local storage service.', noOptions, uninstallService)
.command('migrate', 'Migrates old dat-store data to new format', noOptions, migrate)
.help()

Expand Down

0 comments on commit 88b508a

Please sign in to comment.