- 08 Apr, 2020 9 commits
-
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
- 04 Apr, 2020 1 commit
-
-
@RubenKelevra authored
-
- 02 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
And align capitalization.
-
- 01 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 20 Mar, 2020 1 commit
-
-
Cornelius Toole authored
- add the `gitignore` or `ignore options to the add command
-
- 06 Mar, 2020 1 commit
-
-
Steven Allen authored
Turns out that our CLI help text doesn't indicate whether or not a command takes a file.
-
- 02 Mar, 2020 3 commits
-
-
Steven Allen authored
-
Alan Shaw authored
Co-Authored-By: Johnny <9611008+johnnymatthews@users.noreply.github.com>
-
Alan Shaw authored
* Adds the `--parents` optiont to the first command so that it is runnable * Updates the description to specifies the option to use if you _do_ want nonexistant intermediate directories created
-
- 11 Feb, 2020 1 commit
-
-
Steven Allen authored
fixes #4318
-
- 07 Feb, 2020 5 commits
-
-
Steven Allen authored
-
Hector Sanjuan authored
-
Hector Sanjuan authored
Co-Authored-By: Moritz <13287984+mohe2015@users.noreply.github.com>
-
Hector Sanjuan authored
This seems like a tiny leftover.
-
Hector Sanjuan authored
-
- 05 Feb, 2020 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
Instead of manually creating multiaddr strings, use the multiaddr logic to format them. We were still using `/ipfs` multiaddrs instead of `/p2p` multiaddrs.
-
- 04 Feb, 2020 2 commits
-
-
@RubenKelevra authored
Add info about the default key type
-
Steven Allen authored
It's already the default when initializing the node, we might as well make it the default when creating new keys. fixes #6861
-
- 29 Jan, 2020 1 commit
-
-
Steven Allen authored
-
- 08 Jan, 2020 2 commits
-
-
Steven Allen authored
This will be useful when testing `refs local, `repo gc`, and `repo verify` commands once we store blocks by multihash instead of by CID. At that point, these commands will return raw v1 CIDs as the blockstore won't actually remember the codec used to store the block. Flags choice: * Ideally, we'd use the `-f, --format` flags like every other command but we're already using `-f` (format) for the format string. * Alternatively, I'd like to use `-c`. However, we're using _that_ for a global `--config` flag (bit of a waste given that it doesn't work...). `--codec` will have to do for now.
-
Steven Allen authored
-
- 25 Dec, 2019 1 commit
-
-
flowed authored
-
- 14 Dec, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
See: https://github.com/libp2p/libp2p/issues/79
-
- 02 Dec, 2019 2 commits
-
-
Michael Muré authored
-
Adin Schmahmann authored
fix (pinning): pin ls traverses all indirect pins. pin ls pin type precedence change - a direct/recursive pin is now labeled as such even if also indirectly pinned.
-
- 25 Nov, 2019 2 commits
-
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
- Make `ipfs files rm --force /nonexistant` succeed when the path does not exist. - Add shaness test for removing nonexistant paths - Refactor duplicated code to find a parent dir into a function I've been writing scripts against the files api, and having to stat things before removing them is a pain. So this PR aims to make --force do what I'd expect it to. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
- 18 Nov, 2019 1 commit
-
-
Michael Muré authored
-
- 17 Nov, 2019 1 commit
-
-
Jorropo authored
This add -H (-h is obviously taken by the help) for human and -s for size only (I though of -so but multiple letters is automaticaly -- not -).
-
- 05 Nov, 2019 1 commit
-
-
Steven Allen authored
Stdin can't have newlines, command-line arguments can't include null characters, DHT values can include both. This is a breaking change but this API has never worked anyways. fixes #5112
-