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

Encoding option for ipfs object get/put #2177

Closed
jgraef opened this issue Jan 9, 2016 · 2 comments
Closed

Encoding option for ipfs object get/put #2177

jgraef opened this issue Jan 9, 2016 · 2 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature need/verification This issue needs verification

Comments

@jgraef
Copy link

jgraef commented Jan 9, 2016

Both ipfs object get and ipfs object put have an option to specify the encoding. ipfs get has --encoding and ipfs put has --inputenc.

I propose to use --encoding for both to make it more uniform.

@whyrusleeping
Copy link
Member

--inputenc specifies the encoding of the data that the command takes as input. --encoding specifies the format of the output of the command. They won't necessarily always be the same

@jbenet
Copy link
Member

jbenet commented Jan 9, 2016

maybe --enc-in and --enc-out (or --codec-in and --codec-out ?)

if we were to change, we can keep the current names as aliases for the new
ones (forever, or maybe with a deprecation warning)

@em-ly em-ly added the kind/enhancement A net-new feature or improvement to an existing feature label Aug 25, 2016
@whyrusleeping whyrusleeping added the need/verification This issue needs verification label Aug 26, 2016
SgtPooki added a commit that referenced this issue Dec 2, 2023
## [4.2.0](ipfs/ipfs-webui@v4.1.1...v4.2.0) (2023-12-02)


 CID `bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba`

 --- 



### Features

* peers table can be filtered ([#2181](ipfs/ipfs-webui#2181)) ([37b5880](ipfs/ipfs-webui@37b5880))
* **pinning:** add Scaleway pinning service ([#2132](ipfs/ipfs-webui#2132)) ([0cc3b04](ipfs/ipfs-webui@0cc3b04))


### Bug Fixes

* error loading scaleway template URL ([7a3388e](ipfs/ipfs-webui@7a3388e))
* replace estuary with web3 for pinning ([#2182](ipfs/ipfs-webui#2182)) ([e2fc7c8](ipfs/ipfs-webui@e2fc7c8))
* status page supports webrtc ([#2180](ipfs/ipfs-webui#2180)) ([ff75d4e](ipfs/ipfs-webui@ff75d4e)), closes [#1965](ipfs/ipfs-webui#1965)
* switch to new dnslink updater ([#2175](ipfs/ipfs-webui#2175)) ([a63f48a](ipfs/ipfs-webui@a63f48a))


### Trivial Changes

* Pull transifex translations ([#2162](ipfs/ipfs-webui#2162)) ([c0f8f54](ipfs/ipfs-webui@c0f8f54))
* pull transifex translations ([#2177](ipfs/ipfs-webui#2177)) ([7f377ff](ipfs/ipfs-webui@7f377ff))
* update release transifex links ([74cce69](ipfs/ipfs-webui@74cce69))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature need/verification This issue needs verification
Projects
None yet
Development

No branches or pull requests

5 participants