You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NoRemote denotes that a command cannot be executed in a remote environment
NoRemotebool
// NoLocal denotes that a command cannot be executed in a local environment
NoLocalbool
At the moment these configurations apply on a per-command basis. For some specific cases of go-ipfs commands it might be valuable to configure them on a per-run basis depending on the arguments the command is being run with.
More background (see also ipfs/kubo#8131): ipfs files write command can be run either locally or remotely but when specified with the --flush=false flag it should be run only remotely or fail to make sure the flush doesn't take place.
The text was updated successfully, but these errors were encountered:
go-ipfs-cmds/command.go
Lines 94 to 98 in 87b5c50
At the moment these configurations apply on a per-command basis. For some specific cases of
go-ipfs
commands it might be valuable to configure them on a per-run basis depending on the arguments the command is being run with.More background (see also ipfs/kubo#8131):
ipfs files write
command can be run either locally or remotely but when specified with the--flush=false
flag it should be run only remotely or fail to make sure the flush doesn't take place.The text was updated successfully, but these errors were encountered: