pulumi/pkg/workspace
Justin Van Patten e62bc37e23
Avoid treating binary files as text (#1335)
If the file contains a zero byte within the first 8000 bytes (or the entire length of the file if shorter), treat the file as binary and do not do any textual transformations. This is the same approach git uses to determine if a file is binary.
2018-05-07 09:41:40 -07:00
..
creds.go Require pulumi login before commands that need a backend 2018-04-05 10:19:41 -07:00
paths.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
plugins.go Fix argless plugin install (#1204) 2018-04-16 09:26:46 -07:00
project.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
repository.go Remove the need to pulumi init for the local backend 2018-04-18 04:53:49 -07:00
settings.go Introduce backend.StackReference 2018-04-18 04:54:02 -07:00
templates.go Avoid treating binary files as text (#1335) 2018-05-07 09:41:40 -07:00
templates_test.go Adds a pulumi new command to scaffold a project (#1008) 2018-03-09 15:27:55 -08:00
workspace.go Remove the need to pulumi init for the local backend 2018-04-18 04:53:49 -07:00