Andrew Childs
Andrew Childs
Hi Saif, thanks for contributing and sorry for the delayed response! This sounds like a great addition, but because you changed the tab width from 4 to 2 spaces, it's...
That sounds great! Would this command handle removing instances that no longer exist in the auto scaling group as well?
That makes sense. So once you get a list of ec2 instances, you can just overwrite (or create) the cluster data. Any thoughts about command name? `overcast aws sync-auto-scaling-group [cluster]...
Hey Brian - not yet, and there is no convention for setting global options. How about `.overcast/config.json`? And in that file... ``` js { "global_ssh_args": "-t \"bash --noprofile\"" } ```...
That's a great idea :+1: :+1: The existing providers were all built ad-hoc - I would like to clean that up since behavior and code style across the existing providers...
Hi Rehan, I've just finished cleaning up the codebase and creating a standard provider interface. There is still API complexity under the hood in each `modules/providers/[provider].js`, but there is an...
GCE support would be awesome, but I realistically don't have time to tackle that myself in the coming weeks. I'll add it to the roadmap and leave this issue open....
Here's a reference implementation (using `gulp-eslint`), in case it helps anybody else: ```js const fs = require('fs'); const gulp = require('gulp'); const eslint = require('gulp-eslint'); const gulpIf = require('gulp-if'); const...
This and the typo above are fixed in [email protected]. Thank you both!
I've verified this is fixed in 2.0.3 in my projects locally using VS Code. Let me know if you see otherwise. Thank you to @matiasf9 for the help!