Ben Zvan

Results 9 issues of Ben Zvan

I would like the -v and --verbose options to work with the deploy, revert, and verify commands by showing the output from the database in response from the query. For...

feature
todo

As a fastly configuration maintainer When I change my local version of an edge dictionary I want to easily synchronize adds, updates, and deletes with fastly So that I don't...

feature request
requires internal discussion

**Version** Fastly CLI version 0.16.1 (b12ad86) Built with go version go1.14.6 linux/amd64 **What happened** Ran the command `fastly --help` got ``` ERROR: error parsing arguments: command not specified. ``` expected:...

bug
good first issue

## Expected Behavior Subdue settings should support "America/Chicago" and similar to determine time offset from system time. ## Current Behavior Time offsets not in the form of /[+-][0-9]{4}/ appear to...

enhancement

It would be great to have support for RPMs PreReq option which is like the preDepends option for debian packages. I'm willing to try opening a PR for this.

Many descriptions of variable substitution are vague. It looks like the substitution follows bash 4.0 rules but is unclear. A link to bash explanations of substitutions, if valid or describing...

I would like a way to pre-load/bulk-load user roles at build/deploy time via an environment variable. Example ``` HUBOT_AUTH_ROLES="role1:user1,user2,user3;role2:user1,user2,user3" ``` This could be handled similarly to the HUBOT_ADMIN_USERS environment variable....

Avoids apparent infinite loop when values are undefined due to math or syntax errors in file. See https://github.com/rcolyer/threads-scad/issues/12

## Description 1. I have a step that sends the BuildAuthor a notification when `status: [failure]` 2. One of the images for another step was missing 3. I received the...

bug
discussion