PromucFlow_constructor/app/client/packages/rts/src/ctl
Shrikant Sharat Kandula 6773f51d6a
chore: Move all remaining actions into links (#37829)
The chain+link framework is now used for all the steps in the backup
command.


## 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/12080116829>
> Commit: fcc016fd1fa0bbe9b4cae2478bf4f7750ee5459d
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12080116829&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Fri, 29 Nov 2024 07:12:22 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**
- Introduced new classes for managing backup processes, including
`BackupFolderLink`, `DiskSpaceLink`, `EnvFileLink`, `GitStorageLink`,
`MongoDumpLink`, and `ManifestLink`.
- Added functionality for checking available disk space and managing
temporary backup folders.
	- Enhanced encryption handling with a new password prompt mechanism.

- **Bug Fixes**
- Streamlined backup process by removing redundant functions and
ensuring proper error handling.

- **Documentation**
- Updated comments and documentation for new classes and methods to
improve clarity.

- **Refactor**
- Restructured backup functionality for improved modularity and
maintainability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-11-29 18:46:11 +05:30
..
backup chore: Move all remaining actions into links (#37829) 2024-11-29 18:46:11 +05:30
.eslintrc.json chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
check_replica_set.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
constants.ts chore: Port ctl code to Typescript (#37606) 2024-11-21 15:37:11 +05:30
export_db.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
import_db.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
index.ts chore: Modular backup implementation (#37715) 2024-11-28 13:05:31 +05:30
logger.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
mailer.ts chore: Read mail env variables only when needed (#37660) 2024-11-23 17:09:55 +05:30
mongo_shell_utils.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
move-to-postgres.mjs chore: Move appsmithctl to RTS (#37531) 2024-11-20 20:58:38 +05:30
README.md chore: Move appsmithctl to RTS (#37531) 2024-11-20 20:58:38 +05:30
restore.ts chore: Modular backup implementation (#37715) 2024-11-28 13:05:31 +05:30
utils.test.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
utils.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30
version.ts chore: Reduce lint exceptions in ctl (#37643) 2024-11-22 15:57:56 +05:30

appsmithctl

This is the source for the appsmithctl command in Appsmith containers.