Skip to content

global config -c flag  #93

Closed
Closed
@jbenet

Description

the config flag should work globally, but it seems it doesn't:

% ipfs init -c="."
flag provided but not defined: -c
Usage: ipfs init

Initialize ipfs local configuration


Options:
  -b=4096: number of bits for keypair
  -f=false: force overwrite of existing config
  -p="": passphrase for encrypting keys

(on net / 128b6bb)

Activity

jbenet

jbenet commented on Sep 20, 2014

@jbenet
MemberAuthor

The flag sets don't seem to propagate as expected.

whyrusleeping

whyrusleeping commented on Sep 20, 2014

@whyrusleeping
Member

ill check it out!

whyrusleeping

whyrusleeping commented on Oct 6, 2014

@whyrusleeping
Member

This will be addressed once #123 is finished.

whyrusleeping

whyrusleeping commented on Mar 6, 2015

@whyrusleeping
Member

Closing, we have this option now

jbenet

jbenet commented on Mar 6, 2015

@jbenet
MemberAuthor

do we? i guess we have an env var and that counts.

IPFS_DIR=foo/bar/go-ipfs
whyrusleeping

whyrusleeping commented on Mar 6, 2015

@whyrusleeping
Member

@jbenet try ipfs -c=some/directory/blah command

jbenet

jbenet commented on Mar 6, 2015

@jbenet
MemberAuthor

huh-- cool. needs doc

added a commit that references this issue on Jul 4, 2021

Merge pull request #93 from ipfs/fix/log-level

9a85138
added a commit that references this issue on Oct 23, 2021

Merge pull request ipfs#93 from libp2p/fix/strmap-leak

added 4 commits that reference this issue on Feb 25, 2022

Merge pull request ipfs#93 from RubenKelevra/feat/quic_remove_config_…

go-ipfs-config: Merge pull request ipfs#93 from RubenKelevra/feat/qui…

go-ipfs-config: Merge pull request ipfs#93 from RubenKelevra/feat/qui…

go-ipfs-config: Merge pull request ipfs#93 from RubenKelevra/feat/qui…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      global config `-c` flag · Issue #93 · ipfs/kubo