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

CLI for Crunchy Bridge

Results 15 bridge-cli issues
Sort by recently updated
recently updated
newest added

In Crunchy Bridge UI it is possible to set a description for a firewall rule when creating or editing the rule. These descriptions can be useful for remembering what the...

enhancement

Here we're updating the team action to make a few improvements. * Allow multiple output formats for `list`, `info`, `update`. * Refactor positional argument for ID to flag `--team`. *...

This is not a functional change. Here we're only seeking to organize the code a little bit further now that the action list has grown quite extensively. The impetus for...

I enabled SSO for my team, and per Crunchy's documentation, logging in with that method on the web site does not prompt me for Crunchy 2FA codes, relying on my...

When following https://docs.crunchybridge.com/quickstart/cli on an arm64 macintosh, I believe it gets a x64 binary instead, and then crashes with something like "invalid instruction". Probably there should be an arm64 build...

I don't think `cb`'s builds have ever worked for me on Fedora. I upgraded it once after a long while and got this thing: ``` > cb list error: SSL_CTX_new:...

@abrightwell @ngaumont I saw a pr comment go through earlier today talking about the changelog, and it reminded me that I've been seeing a lot of projects out there starting...

When experimenting with using this CLI on GitHub Actions I experienced a very long install time using the homebrew approach on a Linux based runner. It was taking about 4.5m...

I would like to use the CLI as part of some automated tasks. We are currently writing to the file manually : echo "$CRUNCHY_BRIDGE_AUTH" > $HOME/.config/cb/api.crunchybridge.com I'd prefer to be...