@magpiecloud/mags 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/bin/mags.js +1 -0
  2. package/package.json +1 -1
package/bin/mags.js CHANGED
@@ -643,6 +643,7 @@ async function sshToJob(nameOrId) {
643
643
 
644
644
  // Build SSH arguments
645
645
  const sshArgs = [
646
+ '-t', // Force TTY allocation for interactive session
646
647
  '-o', 'StrictHostKeyChecking=no',
647
648
  '-o', 'UserKnownHostsFile=/dev/null',
648
649
  '-o', 'LogLevel=ERROR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magpiecloud/mags",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Mags CLI - Execute scripts on Magpie's instant VM infrastructure",
5
5
  "main": "index.js",
6
6
  "bin": {