PromucFlow_constructor/deploy/docker/fs/opt/appsmith/utils/bin
Shrikant Sharat Kandula b2263012a5
chore: Remove shelljs from more appsmithctl commands (#37383)
This PR removes more uses of `shelljs` from the `appsmithctl` project,
towards completely removing that dependency. Then we should be able to
build `appsmithctl` with `esbuild`, and reduce false-positive CVEs being
reported from `appsmithctl`'s `node_modules` folder.


## Automation

/test sanity

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/11833714062>
> Commit: d63aa150dff9f8117544219e2f2dfc5816e978a8
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=11833714062&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Thu, 14 Nov 2024 09:21:47 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

- **New Features**
- Enhanced backup and restore processes with improved error handling and
logging.
- Introduced a new utility function to check if the Supervisor process
is running.

- **Bug Fixes**
- Improved error messages for password retrieval during backup
operations.
	- Refined cleanup processes to ensure resources are released properly.

- **Documentation**
- Updated test cases for backup functionalities to cover more scenarios
and ensure asynchronous handling.

- **Chores**
- Removed unnecessary dependencies and streamlined logging methods
across various scripts.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-11-14 19:17:19 +05:30
..
backup.js chore: Remove shelljs from more appsmithctl commands (#37383) 2024-11-14 19:17:19 +05:30
backup.test.js chore: Remove shelljs from more appsmithctl commands (#37383) 2024-11-14 19:17:19 +05:30
check_replica_set.js test: Enable server tests for the PRs with base PG branch (#33429) 2024-05-22 15:55:20 +05:30
constants.js chore: Remove shelljs use from backup command (#37356) 2024-11-14 10:33:27 +05:30
export_db.js chore: Remove shelljs from more appsmithctl commands (#37383) 2024-11-14 19:17:19 +05:30
import_db.js chore: Remove shelljs from more appsmithctl commands (#37383) 2024-11-14 19:17:19 +05:30
index.js fix: DB URL override fails in some cases (#34206) 2024-06-12 17:45:19 +05:30
logger.js
mailer.js chore: Remove shelljs from more appsmithctl commands (#37383) 2024-11-14 19:17:19 +05:30
mongo_shell_utils.js test: Enable server tests for the PRs with base PG branch (#33429) 2024-05-22 15:55:20 +05:30
move-to-postgres.mjs chore: Add mongo data migration check before initializing the postgres dump (#37059) 2024-11-05 08:26:02 +05:30
restore.js chore: Remove shelljs from more appsmithctl commands (#37383) 2024-11-14 19:17:19 +05:30
utils.js chore: Remove shelljs from more appsmithctl commands (#37383) 2024-11-14 19:17:19 +05:30
utils.test.js chore: Remove shelljs use from backup command (#37356) 2024-11-14 10:33:27 +05:30
version.js