Commit Graph

  • a48d2af3b0 Update `cancel` Julien Poissonnier 2024-08-16 09:21:13 +0200
  • 6f9a932ffa Update `ai *` Julien Poissonnier 2024-08-16 09:20:01 +0200
  • 43234b0466 Update `about env` Julien Poissonnier 2024-08-16 09:16:25 +0200
  • b95ba211ae Add doc comment about argsNoPersist Julien Poissonnier 2024-08-16 09:06:48 +0200
  • 35f97213dc Use constants for scope & flag separators Julien Poissonnier 2024-08-16 09:05:46 +0200
  • 69a87e2fb8 Update scopes test to expect `:` Julien Poissonnier 2024-08-16 09:03:18 +0200
  • 06307ed2f5 Remove manual flag setup from org search Julien Poissonnier 2024-08-16 08:58:44 +0200
  • 82ac6a2724 Org commands Will Jones 2024-08-15 18:07:20 +0100
  • 8fc13090de More hacking Will Jones 2024-08-15 17:31:38 +0100
  • 576eb5913a More commands Will Jones 2024-08-15 14:33:00 +0100
  • 591ffae8d5 Use argsNoPersist for config top level args Julien Poissonnier 2024-08-14 18:07:32 +0200
  • 9c2e954c41 lint Julien Poissonnier 2024-08-14 15:58:29 +0200
  • 10a85c15ec Bind and Unmarshal config (except config env) Julien Poissonnier 2024-08-14 15:56:56 +0200
  • 2220d950b4 Bind and unmarshal `tag` commands Will Jones 2024-08-14 13:36:54 +0100
  • 930d5fe61d Bind and unmarshal `state delete` Will Jones 2024-08-14 12:39:12 +0100
  • 6cc55c5ba2 Bind and unmarshal `cancel` Julien Poissonnier 2024-08-14 14:19:00 +0200
  • b9d540af8a Implement cmd.PersistentFlags().VarP in BindFlags Julien Poissonnier 2024-08-14 13:51:07 +0200
  • 1aaa858743 Bind and unmarshal `state delete` Will Jones 2024-08-14 12:39:12 +0100
  • 05b96ee2e9 Bind and unmarshal `state edit` Will Jones 2024-08-14 12:35:45 +0100
  • cec4e72ebd Bind and unmarshal `state move` Will Jones 2024-08-14 12:32:42 +0100
  • 703947fe39 Bind and unmarshal `state rename` Will Jones 2024-08-14 12:28:59 +0100
  • 563d38c33f Bind and unmarshal `state unprotect` Will Jones 2024-08-14 12:24:46 +0100
  • 26284545bc Get scoped lookups working Will Jones 2024-08-14 11:51:41 +0100
  • 78ed44d186 viperify up command Thomas Gummerer 2024-08-14 11:57:58 +0200
  • 1b2b1f92c4 embed whoamiargs Thomas Gummerer 2024-08-14 10:38:37 +0200
  • a72a10784d Tests for util_args Julien Poissonnier 2024-08-13 18:32:07 +0200
  • c7f6003056 fixup Thomas Gummerer 2024-08-13 18:09:07 +0200
  • 5893fd58c7 BindArgs in view-trace Thomas Gummerer 2024-08-13 18:05:00 +0200
  • 02343f1e08 BindArgs in whoami Thomas Gummerer 2024-08-13 17:52:10 +0200
  • 25c95c544a fix command output Thomas Gummerer 2024-08-13 17:34:43 +0200
  • 83916493d1 TODO about AddXXXConfig helpers Julien Poissonnier 2024-08-13 16:01:49 +0200
  • 86438326ce Simplify string defaults Julien Poissonnier 2024-08-13 15:59:49 +0200
  • adb71e5827 nolint:lll Julien Poissonnier 2024-08-13 15:57:07 +0200
  • 2d7a3d6b91 BindArgs in import Thomas Gummerer 2024-08-13 15:54:29 +0200
  • 385ff8c5f2 Add argsDefault and convert PulumiConfig to use struct tags Julien Poissonnier 2024-08-13 15:45:51 +0200
  • 5474591a59 UnmarshalOpts -> UnmarshalArgs #2 Julien Poissonnier 2024-08-13 15:06:56 +0200
  • 475ee44ea6 UnmarshalOpts -> UnmarshalArgs Julien Poissonnier 2024-08-13 15:06:56 +0200
  • cebc7369e2 Document config functions Julien Poissonnier 2024-08-13 15:06:32 +0200
  • f12ac51d43 Use BindFlags for `about` Julien Poissonnier 2024-08-13 14:57:24 +0200
  • 79e6fd5c67 Add struct configuration for `org search *` Will Jones 2024-08-13 12:11:35 +0100
  • 9585fe4f51 convert import Thomas Gummerer 2024-08-13 12:26:06 +0200
  • 4fcfd996ce Add struct configuration for `package extract-mapping` Will Jones 2024-08-13 11:13:54 +0100
  • eb727176ae Add struct configuration for `package gen-sdk` Will Jones 2024-08-13 11:13:45 +0100
  • 204a90d36f Add struct configuration for `package publish` Will Jones 2024-08-13 11:13:38 +0100
  • be4064ef02 Rename struct tag to `args` Julien Poissonnier 2024-08-13 12:12:09 +0200
  • ad8272689a Fix: Pass through viper for ai and install Julien Poissonnier 2024-08-13 12:07:43 +0200
  • d1f44e45de Add struct configuration for `install` Julien Poissonnier 2024-08-13 12:05:56 +0200
  • 7103a091b8 Use UnmarshalOpts for `ai web` command Julien Poissonnier 2024-08-13 11:47:56 +0200
  • 7e5779097c Add todo for nested iniSections Julien Poissonnier 2024-08-13 11:47:36 +0200
  • a22d133273 Add struct configuration for `plugin install` Will Jones 2024-08-13 10:49:43 +0100
  • 63b5d6cb4d Add struct configuration for `plugin ls` Will Jones 2024-08-13 10:49:37 +0100
  • 2d95f7d104 Add struct configuration for `plugin rm` Will Jones 2024-08-13 10:49:32 +0100
  • 2808ce9a96 Add struct configuration for `plugin run` Will Jones 2024-08-13 10:49:27 +0100
  • 5b0774ad04 Add struct configuration for `policy disable` Will Jones 2024-08-13 10:44:18 +0100
  • a34a2cb310 Add struct configuration for `policy enable` Will Jones 2024-08-13 10:44:13 +0100
  • f407a7af8d Add struct configuration for `policy group ls` Will Jones 2024-08-13 10:44:07 +0100
  • aa77029030 Add struct configuration for `policy ls` Will Jones 2024-08-13 10:43:58 +0100
  • 020f8684b0 Pass viper throuhg to about command Julien Poissonnier 2024-08-13 11:40:40 +0200
  • d53c53f413 Use UnmarshalOpts for `about` command Julien Poissonnier 2024-08-13 11:25:55 +0200
  • 0dfccd10d2 lint fixed + make tidy Thomas Gummerer 2024-08-13 11:23:27 +0200
  • 41df2e33a8 Handle CLI update message in pulumi command Julien Poissonnier 2024-08-13 11:14:04 +0200
  • 0cac9759f1 Remove printf Julien Poissonnier 2024-08-13 11:13:35 +0200
  • 7010d689ef Add struct configuration for `policy new` Will Jones 2024-08-13 10:02:46 +0100
  • 5c8a581ae8 Add struct configuration for `policy rm` Will Jones 2024-08-13 10:02:39 +0100
  • a3abfdd5f2 Add struct configuration for `policy validate` Will Jones 2024-08-13 10:02:32 +0100
  • 2587bcc489 Add struct configuration for `preview` Will Jones 2024-08-13 09:53:46 +0100
  • 410ef429a8 Add struct tags to rename flags Julien Poissonnier 2024-08-13 10:48:53 +0200
  • c25d308250 Add struct configuration for `query` Will Jones 2024-08-12 17:59:44 +0100
  • 3d2129a676 Add struct configuration for `refresh` Will Jones 2024-08-12 17:55:33 +0100
  • 5586d8f15d Add struct configuration for `replay-events` Will Jones 2024-08-12 17:46:18 +0100
  • dc080ec064 Add struct configuration for `stack` Will Jones 2024-08-12 17:43:10 +0100
  • 97e901ce5b Fix configuration visibility for `state upgrade` Will Jones 2024-08-12 17:38:17 +0100
  • 7343c0234d Add struct configuration for `stack change-secrets-provider` Will Jones 2024-08-12 17:38:00 +0100
  • fe9ade9f61 Add struct configuration for `stack export` Will Jones 2024-08-12 17:32:18 +0100
  • 7c9429b5dd Add struct configuration for `stack graph` Will Jones 2024-08-12 17:30:52 +0100
  • 345a585369 Add struct configuration for `stack history` Will Jones 2024-08-12 17:24:15 +0100
  • ef48f01310 Add struct configuration for `stack import` Will Jones 2024-08-12 17:19:58 +0100
  • b289ea1575 Add struct configuration for `stack init` Will Jones 2024-08-12 17:16:47 +0100
  • ba2155540c Fix some linting issues Will Jones 2024-08-12 17:11:33 +0100
  • d3a3c50431 Add struct configuration for `stack ls` Will Jones 2024-08-12 17:08:09 +0100
  • dc8103db69 Add struct configuration for `stack output` Will Jones 2024-08-12 17:01:30 +0100
  • 383c1d87bd TODOs for config & deployment commands Julien Poissonnier 2024-08-12 17:57:01 +0200
  • c044555b22 Add struct configuration for destroy Julien Poissonnier 2024-08-12 17:56:30 +0200
  • 94ccb6e6da Add struct configuration for `stack rm` Will Jones 2024-08-12 16:56:14 +0100
  • c07728b334 Add struct configuration for `stack select` Will Jones 2024-08-12 16:56:06 +0100
  • b60c23b123 Add struct configuration for `state delete` Will Jones 2024-08-12 16:48:04 +0100
  • dc35eb484d Add struct configuration for `state edit` Will Jones 2024-08-12 16:47:36 +0100
  • c48671bbe8 make tests work with viper parsing Thomas Gummerer 2024-08-12 17:40:03 +0200
  • 852fa83493 Add struct configuration for `state move` Will Jones 2024-08-12 16:26:27 +0100
  • ead0407c29 Add struct configuration for about to convert Julien Poissonnier 2024-08-12 17:25:42 +0200
  • 9bc6f1c0ee Revert exploration work for now Will Jones 2024-08-12 16:24:36 +0100
  • f6235f88c2 recurse into structs + support more types + dashify names Thomas Gummerer 2024-08-12 17:17:58 +0200
  • 62770492da Add struct configuration for `state rename` Will Jones 2024-08-12 16:09:35 +0100
  • 682e2318ea add unmarshal thing: Thomas Gummerer 2024-08-12 16:59:15 +0200
  • 0e773cfdcb Add struct configuration for `state unprotect` Will Jones 2024-08-12 15:59:05 +0100
  • 2701c457dc Add struct configuration for `state upgrade` Will Jones 2024-08-12 15:56:06 +0100
  • ea0025e769 Add struct configuration for `whoami` Will Jones 2024-08-12 15:49:13 +0100
  • 204ba25e48 Add PulumiConfig struct Will Jones 2024-08-12 15:38:14 +0100
  • d747770234
    [programgen] Unskip some Python and .NET tests (#16988) Justin Van Patten 2024-08-16 01:14:13 -0700
  • c6e99e177b
    Don't call pluginInstallCommand, defer to schemaFromSchemaSource (#16989) Ian Wahbe 2024-08-16 01:13:41 -0700