Tang Rufus

Results 49 comments of Tang Rufus

Global installation is not supported yet. I understand the desire to move imposter out of plugin `vendor` folders. However, I got mixed feelings towards `composer global require`. See: https://github.com/composer/composer/issues/5390 And,...

Awesome! Try https://github.com/consolidation/cgr first. It might "just work" if we put `cgr` and `imposter` together.

Style fixed and added php 7.1 to Travis matrix

I mean the [site key](https://github.com/roots/trellis/blob/73cbfb9ff840b7b55b60c77ee7d655c54211dbc1/group_vars/development/wordpress_sites.yml#L6). Example: - `$ trellis cd example.com` cd into example.com's [`local_path`](https://github.com/roots/trellis/blob/73cbfb9ff840b7b55b60c77ee7d655c54211dbc1/group_vars/development/wordpress_sites.yml#L11) - `$ trellis cd example.com --sage` cd into example.com's sage directory

How about environments? Example: For the same project, I use valet and my colleagues use vagrant. So, we have 2 local environments. Also leads to the question - Do we...

The `--sync` idea looks good. However, `trellis copy` isn't explicit enough for the *direction*. I suggest: ```bash trellis rsync push [--sync] trellis rsync pull [--sync] ``` To tackle the templating...

One thing we can do with the third party subcommand situation is that: - require https://github.com/roots/trellis-cli/tree/master/trellis as dependency - publish the custom command on its own, e.g: `$ tangrufus-trellis do-something`...

With #48, we can: - rename `trellis check` --> `trellis vagrant check` - rename `trellis up` --> `trellis vagrant up` - rename `trellis down` --> `trellis vagrant down` - add...

@dsecareanu Does https://github.com/roots/trellis-cli/pull/48 help?

With https://github.com/roots/trellis/pull/1177 merged, do you think this PR is ready for review @raph-topo?