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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
feat: allow daemon to init and start in a single cmd
This PR aligns `ipfs init` and `ipfs daemon` with go-ipfs.
ipfs/kubo#6489
`ipfs init` changed to accept a file path as an argument
`ipfs daemon` changed to support `--init` and `--init-config` options.
Now we can do `ipfs daemon --init --init-config /path/to/custom-config`
refs:
ipfs/js-ipfsd-ctl#303
0 commit comments