Michael Wu
Michael Wu
Alternatively, use AWS_PROFILE to run the commands
Hello, This is probably not the right question to be asked here, but I wanted to try my luck because it's driving me crazy. We have an npm build task...
Could you add support for `--image-override` option? Happy to PR myself.
Hi there, I installed this plugin for my Symfony2 project. When the composer install task runs, it doesn't ask me to provide parameters like it does if I run `composer...
Hi there, I use ACL to set permissions on certain directories upon deployment. Here's the part of `deploy.rb`: ``` set :linked_files, ['app/config/parameters.yml'] set :linked_dirs, ["app/logs", "web/uploads"] set :permission_method, :acl set...
I installed this plugin and `vagrant up`, it won't proceed with the following error: ``` ➜ Projects vagrant up /opt/vagrant/embedded/gems/gems/bundler-1.10.5/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find little-plugger-1.1.4 in any of...
I have two jobs that require aws credentials, currently having this step in both jobs to get auth'd. Is there a way to just obtain the credentials for once and...
**Is your feature request related to a problem? Please describe.** New AWS sessions use "default" as named profile by default. I use "default" for one session that I consider safe...
Hi there, It would be great if you could support custom user metadata. It's useful for scenarios where e.g. I want to publish a tweet for my new blog post,...