Logan Moore

Results 9 issues of Logan Moore

My continuous integration process performs a check only deployment to a sandbox and runs all the unit tests. This ensures the code is deployable, and the tests passing before we...

feature

I've read that it's not handled yet. Is that still the case? Any hacks to get around it?

enhancement
discussion

Because records in a before insert/before update trigger should not be updated, it would be good to have an example of how to deal with them. The sample code only...

question

This was written before there was an official method of making oclif plugins for SFDX. It's based on some of Wade Wagner's own plugins. Now that there's an official format,...

The package.xml that gets produced has no line breaks, which is a bit meh.

enhancement
good first issue

Printing to the console and piping that result around is the "UNIX" way of doing things. It works but there are a couple of drawbacks. - If the command prints...

enhancement