David Flanagan

Results 215 comments of David Flanagan

> We are thinking of creating a new feature that allows secrets to be tagged. For instance, if you have multiple microservices for a specific project, you can tag secrets...

One final suggestion: Allow me in `.infisical.json` to turn on `"directory-filtering: true"` which checks the `cwd` when executing `infisical run` and automatically sets the `--path` argument to the path from...

The ability to sign a toot seems like a pretty good start here :+1:

Take a look at `plan_walk`. https://github.com/comtrya/comtrya/blob/75ea7f7742e0bdbbd287bd1d68d20db7ff7008b4/lib/src/actions/file/link.rs#L84 We do expect this to work with a `to` that is a directory. We should detect this during plan and append the existing filename....

Scratch that, let me try and implement this again and see what happens.

Hi @Byron, I've updated GitSync to (which Comtrya uses) to use this for `clone_repository()` ```rust fn clone_repository(&self) -> Result { info!("Attempting to clone {} to {:?}", self.repo, self.dir,); unsafe {...

Draft PR https://github.com/rawkode/gitsync/pull/4

Now that we have subcommands, I'm curious if `comtrya packages update` would be useful? It could scan manifests, discover packages, and attempt updates?

Damn, was hoping this was possible. Added my +1 above 😄

I'm also looking to automate the installation of Porch with Terraform/Pulumi and it's proving a little difficult because the blueprint is added to each release as a tgz. This requires...