Skip to content

Commit

Permalink
Merge pull request #183 from PhyrexTsai/master
Browse files Browse the repository at this point in the history
v0.0.44
  • Loading branch information
PhyrexTsai authored Sep 17, 2019
2 parents a3c0643 + bb1892d commit cfba5b1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/components/Upload/Btfs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ function builder(yargs) {
}).option('host', {
type: 'string',
describe: 'host of BTFS endpoint',
default: 'api.btfs.trongrid.io',
default: 'localhost',
require: true
}).option('port', {
type: 'string',
describe: 'port of BTFS endpoint',
default: '443',
default: '5001',
require: true
}).option('protocol', {
type: 'string',
Expand Down
4 changes: 2 additions & 2 deletions commands/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Options:
--help Show help [boolean]
--version Show version number [boolean]
--host host of BTFS endpoint
[string] [required] [default: "api.btfs.trongrid.io"]
--port port of BTFS endpoint [string] [required] [default: "443"]
[string] [required] [default: "localhost"]
--port port of BTFS endpoint [string] [required] [default: "5001"]
--protocol protocol of BTFS endpoint [string] [required] [default: "https"]
Examples:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaizen-cli",
"version": "0.0.43",
"version": "0.0.44",
"bin": {
"kaizen": "kaizen"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/Upload/Btfs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ function builder(yargs) {
.option('host', {
type: 'string',
describe: 'host of BTFS endpoint',
default: 'api.btfs.trongrid.io',
default: 'localhost',
require: true
})
.option('port', {
type: 'string',
describe: 'port of BTFS endpoint',
default: '443',
default: '5001',
require: true
})
.option('protocol', {
Expand Down

0 comments on commit cfba5b1

Please sign in to comment.