Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "repo rm-root" command to unlink the files API root. #4446

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 2, 2019

  1. Implement "repo rm-root" command to unlike the files API root.

    Closes #3934.
    
    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina authored and Stebalien committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    856b1b4 View commit details
    Browse the repository at this point in the history
  2. cmds(repo rm-root): use a variable for FilesRootKey

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    03e79f4 View commit details
    Browse the repository at this point in the history
  3. cmds(repo rm-root): bring --remove-existing-root in-line with it's do…

    …cumentation
    
    This command is already annoying enough. If a user decides to automate this,
    that's their issue (and we should allow it).
    
    (also rename back to remove-existing-root from remove-local-root)
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    dc303d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. cmds(ipfs rm-files-root): improve language around rm-root command

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    784e0d8 View commit details
    Browse the repository at this point in the history