commands(chore): deprecate urlstore command
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 25, 2019 at 17:18 UTC
8beaee63b3fa634c59b85179286ad3873921a535
1 file changed
+2
-4
core/commands/urlstore.go
+2
-4
@@ -27,6 +27,8 @@ var urlAdd = &cmds.Command{
27
Helptext: cmdkit.HelpText{
28
Tagline: "Add URL via urlstore.",
29
LongDescription: `
30
+DEPRECATED: Use 'ipfs add --nocopy URL'.
31
+
32
Add URLs to ipfs without storing the data locally.
33
34
The URL provided must be stable and ideally on a web server under your
@@ -34,10 +36,6 @@ control.
36
37
The file is added using raw-leaves but otherwise using the default
38
settings for 'ipfs add'.
37
-
38
-This command is considered temporary until a better solution can be
39
-found. It may disappear or the semantics can change at any
40
-time.
39
`,
40
},
41
Options: []cmdkit.Option{