()
| 150 | |
| 151 | impl LambdaCommandExt for Command { |
| 152 | fn cargo_lambda() -> Self { |
| 153 | Self::new(cargo_exe()).with_assert(project::assert_ui()) |
| 154 | } |
| 155 | } |
| 156 | |
| 157 | pub fn deploy_output_json(output: &OutputAssert) -> Result<serde_json::Value, serde_json::Error> { |