Zack Patrick

Results 17 issues of Zack Patrick

Instead of going over each request/client option, I should have a slimmed down version in the readme and examples of each option in godoc, e.g.: ``` # Request Options *...

Right now, you need to totally override the request reader if you want to read custom error types. It should be more simple to try and marshal into errors. Perhaps...

We should store the `endpoint` and `token` variables for each user's Layer0 instance in a flat file (perhaps `~/.layer0/config.ini`?) that can be referenced - ala the aws cli. We would...

enhancement

# Summary Enable Layer0 to deploy services and tasks using AWS Fargate. # Implementation ## Retract Typed Environments Decision It turns out that tying EC2/Fargate compatibility to environments is unnecessary...

Once https://github.com/quintilesims/layer0/issues/500 has been finished, we need to merge api-refactor into develop so we can get back into a sane branching workflow. This work item will be considered "done" once...

Some of our users have a need for some of the new task definition parameters provided by ECS, specifically, the `LinuxParameters` field. To get this out to our users as...

release

http://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduled_tasks.html

enhancement
Low Pri

We could change the `client` and `api` package to always communicate with fully-qualified entity ids. This could help simplify the `provider/aws` package tremendously. If we wanted, users could still only...

Similar to the `tree` command in bash, implement a similar command in the Layer0 CLI to show the relationship between entities.

enhancement

Merge `l0-setup` into the `l0` binary as a top-level command, e.g. `l0 setup init`