Michael Smith

Results 78 comments of Michael Smith

Being able to tell between an install and upgrade would be useful for lots of things in Config too.

This seems to come up repeatedly with config files. There's not a consistent pattern of handling them. https://github.com/golang/go/issues/4140 talks about one perspective on it; in many of Puppet's tools we've...

Support simple ways to run sql queries against them?

Wasn't this fixed by https://github.com/puppetlabs/wash/pull/739?

That looks pretty straightforward, although it looks like some test mocking needs to be tweaked.

This is conceptually a suite of CLI tools that provide a common abstraction over interacting with different cloud providers. The idea is to separate this from the shell environment or...

I think this also needs to take into account prompting for input. If the daemon is running in a separate process, it needs to capture input and output from plugins...

This works better with the `wash` shell, as AWS token requests show up inline. I'd still like to improve it by having a way to read an encrypted token secret...

That's true. Windows support minimally means getting the daemon working, and that needs alternatives to FUSE and UNIX sockets. There's https://github.com/PowerShell/SHiPS to replace FUSE, and we can use named pipes...

We also probably need to replace using extended attributes to map a path to an API call.