Skip to content

Commit

Permalink
commands(chore): deprecate urlstore command
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Apr 26, 2019
1 parent 467beea commit 8beaee6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/commands/urlstore.go
Expand Up @@ -27,17 +27,15 @@ var urlAdd = &cmds.Command{
Helptext: cmdkit.HelpText{
Tagline: "Add URL via urlstore.",
LongDescription: `
DEPRECATED: Use 'ipfs add --nocopy URL'.
Add URLs to ipfs without storing the data locally.
The URL provided must be stable and ideally on a web server under your
control.
The file is added using raw-leaves but otherwise using the default
settings for 'ipfs add'.
This command is considered temporary until a better solution can be
found. It may disappear or the semantics can change at any
time.
`,
},
Options: []cmdkit.Option{
Expand Down

0 comments on commit 8beaee6

Please sign in to comment.