stocky-spoon-28903
06/21/2018, 11:01 PMpowerful-whale-8767
06/21/2018, 11:01 PMgo get
actually succeedsstocky-spoon-28903
06/21/2018, 11:01 PMstocky-spoon-28903
06/21/2018, 11:01 PMpowerful-whale-8767
06/21/2018, 11:02 PMdep ensure
. It appears these warnings only fire for go get
and not for go build
/ go install
.stocky-spoon-28903
06/21/2018, 11:02 PMdep ensure
rather than to use go get
stocky-spoon-28903
06/21/2018, 11:03 PMpowerful-whale-8767
06/21/2018, 11:03 PMpowerful-whale-8767
06/21/2018, 11:03 PMstocky-spoon-28903
06/21/2018, 11:03 PMgo get
will do the wrong thing with respect to dependencies absent of vendor/
being checked inpowerful-whale-8767
06/21/2018, 11:03 PMstocky-spoon-28903
06/21/2018, 11:04 PMstocky-spoon-28903
06/21/2018, 11:04 PMmoby
import anywaypowerful-whale-8767
06/21/2018, 11:04 PMstocky-spoon-28903
06/21/2018, 11:09 PMsquare-gigabyte-16212
06/21/2018, 11:10 PMpulumi
CLI?" Is there an article I haven't found yet which talks about how to run in a debugger with the engine connected?stocky-spoon-28903
06/21/2018, 11:15 PM<http://common.mk|common.mk>
if you don’t have Python configured (I’ve never touched Python on a fresh OS X install), but the page 404s. I had search in the docs and can’t find anything related but could easily be missing something. https://github.com/pulumi/home/wiki/Package-Management-Prerequisitesstocky-spoon-28903
06/21/2018, 11:15 PMsquare-gigabyte-16212
06/21/2018, 11:19 PMsquare-gigabyte-16212
06/21/2018, 11:28 PMwhite-balloon-205
pulumi update
and pulumi preview
- but in general they will not make sense to run directly with python
or node
CLIs. The programs themselves register resources with a pulumi engine that understands how to turn those resources into operations against your target cloud. See https://pulumi.io/reference/how.html for some details on this process.
As you've noted though, that does though mean you can't use existing debuggers directly, because pulumi
will spawn python on your behalf. I'm sure we'll be able to add support for passing through flags to allow attaching a debugger to the spawned process, but it's possible we don't have a first class way to do that today. If you open an issue on this, we can take a look at what options might work already today, and what new support might make sense to add to allow debuggers to easily light up.square-gigabyte-16212
06/21/2018, 11:44 PMbitter-oil-46081
06/21/2018, 11:47 PMwhite-balloon-205
pulumi logs
command that provides an easy way to see logs from all the sources of compute in your application.aloof-air-76460
06/22/2018, 5:11 AMbig-piano-35669
stocky-spoon-28903
06/22/2018, 5:54 PMstocky-spoon-28903
06/22/2018, 5:54 PMFrom here▾
microscopic-pilot-97530
stocky-spoon-28903
06/22/2018, 6:02 PM