Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[suiop][pulumi] update command (#20731)
## Description Command to trigger a dependency update for all pulumi programs in the given directory. This will make codemod updates for things like PRO-194 much easier ## Test plan ``` cargo run -- p u ~/mysten/sui-operations/pulumi/apps Compiling suiop-cli v1.40.0 (/Users/jkjensen/mysten/sui/crates/suiop-cli) Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s Running `/Users/jkjensen/mysten/sui/target/debug/suiop p u /Users/jkjensen/mysten/sui-operations/pulumi/apps` 2024-12-24T17:23:14.098064Z INFO suioplib::cli::pulumi::deps: Processing subdirectory: /Users/jkjensen/mysten/sui-operations/pulumi/apps/suifrens 2024-12-24T17:23:14.098584Z INFO suioplib::cli::pulumi::deps: Updating dependencies for python 2024-12-24T17:23:14.098591Z INFO suioplib::cli::pulumi::deps: Updating dependencies for python project at /Users/jkjensen/mysten/sui-operations/pulumi/apps/suifrens 2024-12-24T17:23:15.316311Z INFO suioplib::cli::pulumi::deps: Processing subdirectory: /Users/jkjensen/mysten/sui-operations/pulumi/apps/suifrens/__pycache__ ... 2024-12-24T17:26:08.786248Z INFO suioplib::cli::pulumi::deps: Successfully updated dependencies ``` --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
- Loading branch information