View Source MyspaceIPFS.Commands (Myspace IPFS v0.1.0)
MyspaceIPFS.Commands is where the commands commands of the IPFS API reside.
Link to this section Summary
Link to this section Functions
@spec commands(opts()) :: okmapped()
List all available commands.
options
Options
https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-commands
flags
- Show command flags.
@spec completion(binary()) :: okmapped()
Generate command autocompletion script.
NB! These completions aren't actually in the API, but are generated by the client. Maybe they shoudn't be here?
parameters
Parameters
https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-commands-completion
shell
- The shell to generate the autocompletion script for. Currently
bash
and fish
are supported.