I ran all the teraslice-cli tests and they are all passing.
PASS teraslice-cli packages/teraslice-cli/test/lib/jobs-spec.ts (6.593 s)
jobs
✓ should return a job object (1 ms)
jobs.workers should
✓ return correct response if ts-client response is an object (11 ms)
✓ return correct response if ts-client response is a string (5 ms)
jobs.awaitStatus should
✓ return status when desired status is reached (5015 ms)
Test Suites: 38 passed, 38 total
Tests: 129 passed, 129 total
Snapshots: 0 total
Time: 6.747 s, estimated 7 s
I added an
If
statement on line 138 insideteraslice/packages/teraslice-cli/src/cmds/assets/deploy.ts
I ran all the
teraslice-cli
tests and they are all passing.This should solve the issue referenced here #3402