firefly-cli icon indicating copy to clipboard operation
firefly-cli copied to clipboard

FireFly Command Line Interface (CLI)

Results 39 firefly-cli issues
Sort by recently updated
recently updated
newest added

Hello, I installed Firefly binary and cannot initiate a stack. After inserting the stack name and the number of nodes on it via prompt, the CLI returns: "Error: no version...

Hi, i can't deploy chaincode, here my environment version: - peer: Version: 2.2.9 Commit SHA: 5305a89 Go version: go1.18.7 OS/Arch: linux/amd64 Chaincode: Base Docker Label: org.hyperledger.fabric Docker Namespace: hyperledger -...

I'm facing a situation where I'm already have a IPFS private network and a private permissioned blockchain. My goal is to not allow FF to create its own blockchain node...

This is a bit challenging in a migration scenario, as I would expect the normal flow is: - Install new `ff` - Find you need to delete your old dev...

At the last community call @matthew1001 raise the fact that the CLI arguments have become confusing and contradictory. Presence of contradictory flags doest not throw an error and the behaviour...

This is pr fixes for #230 @nguyer @awrichar @peterbroadhurst I have been able to implement the fix for issue #230 ensure the HexAddress are wrapped properly please, I would like...

The error occurs when executing the implantation process described in: [Contract deployment](https://hyperledger.github.io/firefly/tutorials/custom_contracts/fabric.html#contract-deployment). ``` $ export GOPATH="/opt/go-fabric/go" $ export GIT_USER_ID="pssilva" $ mkdir -p $GOPATH/src/github.com/$GIT_USER_ID $ cd $GOPATH/src/github.com/$GIT_USER_ID $ git clone https://github.com/hyperledger/firefly-samples.git...

We should add unit tests to verify CLI functionality. We should probably also move some of the logic out of the `cmd` module and into the `internal` module.

good first issue

Due to https://github.com/go-yaml/yaml/issues/847, we have a wrapper type for hex addresses that will explicitly quote them as strings: https://github.com/hyperledger/firefly-cli/blob/main/pkg/types/hex_address.go This is used sparingly right now, but should be used for...

good first issue