@p0security/cli 0.3.1 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -135,6 +135,7 @@ const ssh = (args) => __awaiter(void 0, void 0, void 0, function* () {
135
135
  yield validateSshInstall(authn);
136
136
  const response = yield (0, request_2.request)(Object.assign(Object.assign({}, (0, lodash_1.pick)(args, "$0", "_")), { arguments: [
137
137
  "ssh",
138
+ "session",
138
139
  args.destination,
139
140
  "--provider",
140
141
  "aws",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p0security/cli",
3
- "version": "0.3.1",
3
+ "version": "0.4.1",
4
4
  "description": "Execute infra CLI commands with P0 grants",
5
5
  "main": "index.ts",
6
6
  "repository": {