rebecca

Results 7 comments of rebecca

This is due to the current README only matching what's in master -- not the 0.5.5 release you may have downloaded. The code in the release states ``` [531] '-n'...

I also ran into the above problems around quoting. I was also engaged with DD support around this, and it took a very long time to reach the point of...

Experiencing the same issue ``` Identity added: /tmp/git-resource-private-key (/tmp/git-resource-private-key) rebasing... From github.com:cloudfoundry/bosh-deployment * branch develop -> FETCH_HEAD * [new branch] develop -> push-target/develop Already up to date. Successfully rebased and...

I got the same error but I tried `yo flux` anyways and it worked regardless.

This really stumped me for a while, it would be great if the CLI returned an error if the attempt failed instead of just returned a valid value and exit...

working on it on my fork, will PR when done!

FWIW we do the following in BOSH https://github.com/bosh-dep-forks/gnatsd/blob/bosh-1.3.0/auth/certificate_auth.go. We use the cert itself for auth as we need to solve a catch-22 for auth. It works well for us. We...