pulumi/cmd
Sean Gillespie 072a079833 Use math.MaxInt32 to signal unbounded parallelism
Downlevel versions of the Pulumi Node SDK assumed that a parallelism
level of zero implied serial execution, which current CLIs use to signal
unbounded parallelism. This commit works around the downlevel issue by
using math.MaxInt32 to signal unbounded parallelism.

(cherry picked from commit ca540cc736)
2018-10-29 12:28:29 -07:00
..
archive.go Add license headers 2018-05-22 15:02:47 -07:00
cancel.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
config.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
config_test.go Consider the key name as part of secret detection 2018-08-09 19:10:14 -07:00
destroy.go Use math.MaxInt32 to signal unbounded parallelism 2018-10-29 12:28:29 -07:00
errors.go Revert "Plumb LogRequest.IsStatus through the logging subsystem" 2018-08-31 15:56:53 -07:00
gen_completion.go Reworked gen-bash-completion into a more generic completion command (#1967) 2018-09-24 06:25:16 -07:00
gen_markdown.go Add license headers 2018-05-22 15:02:47 -07:00
login.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
logout.go Rename backend packages 2018-09-05 07:32:42 -07:00
logs.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
logs_test.go Add license headers 2018-05-22 15:02:47 -07:00
new.go Add an option to suppress displaying stack outputs (#2029) 2018-10-06 14:13:02 -07:00
plugin.go Implement status sinks 2018-08-31 15:56:53 -07:00
plugin_install.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
plugin_ls.go Add license headers 2018-05-22 15:02:47 -07:00
plugin_rm.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
preview.go Use math.MaxInt32 to signal unbounded parallelism 2018-10-29 12:28:29 -07:00
pulumi.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
refresh.go Use math.MaxInt32 to signal unbounded parallelism 2018-10-29 12:28:29 -07:00
stack.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
stack_export.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
stack_graph.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
stack_import.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
stack_init.go Add note about create a stack in an organization to the help 2018-10-08 17:04:04 -07:00
stack_ls.go Print the correct console URL in pulumi stack ls (#2075) 2018-10-18 16:39:01 -07:00
stack_output.go Enable stack outputs to be JSON formatted (#2000) 2018-09-29 09:57:58 -07:00
stack_output_test.go Add license headers 2018-05-22 15:02:47 -07:00
stack_rm.go Support some stack operations w/out a Pulumi.yaml (#1998) 2018-09-28 14:30:20 -07:00
stack_select.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
state.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
state_delete.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
state_unprotect.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
up.go Use math.MaxInt32 to signal unbounded parallelism 2018-10-29 12:28:29 -07:00
util.go Handle malformed commit messages (#2069) 2018-10-18 11:10:36 -07:00
util_test.go Get commit message and branch from CI if unavailable (#2062) 2018-10-16 15:37:02 -07:00
version.go Add license headers 2018-05-22 15:02:47 -07:00
whoami.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00