PromucFlow_constructor/deploy/docker/utils/bin
Arpit Mohan 1af9e2042f
chore: Adding the appsmithctl command to estimate the bill for an existing Appsmith user (#15311)
## Description

This PR adds to the `estimate_billing` option to the `appsmithctl` command. This will help existing users estimate their bill when they consider upgrading to the paid edition.

Usage: 
```
appsmithctl estimate_billing 

Options:
  --sessionPrice    The price per active session. Defaults to 0.3 
  --priceCap        The price cap for a user in a given month. Defaults to 15
```

A user can also run the command for various scenarios to determine the optimum capacity tier.

## Type of change

- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

## How Has This Been Tested?

Manually

## Checklist:

- [ ] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-07-20 10:33:47 +05:30
..
backup.js appsmithctl backup error logging and mailer (#14797) 2022-07-07 11:19:25 +05:30
check_replica_set.js Fix replicaset checking with limited permissions (#11969) 2022-03-21 13:47:29 +05:30
constants.js appsmithctl backup error logging and mailer (#14797) 2022-07-07 11:19:25 +05:30
estimate_billing.js chore: Adding the appsmithctl command to estimate the bill for an existing Appsmith user (#15311) 2022-07-20 10:33:47 +05:30
export_db.js Backup & Restore commands for appsmithctl (#14270) 2022-06-09 09:14:18 +05:30
import_db.js Add appsmithctl command to migrate instance to new server (#9508) 2021-12-17 10:39:20 +05:30
index.js chore: Adding the appsmithctl command to estimate the bill for an existing Appsmith user (#15311) 2022-07-20 10:33:47 +05:30
logger.js appsmithctl backup error logging and mailer (#14797) 2022-07-07 11:19:25 +05:30
mailer.js appsmithctl backup error logging and mailer (#14797) 2022-07-07 11:19:25 +05:30
migrate.js Add appsmithctl command to migrate instance to new server (#9508) 2021-12-17 10:39:20 +05:30
restore.js appsmithctl backup error logging and mailer (#14797) 2022-07-07 11:19:25 +05:30
utils.js chore: Adding the appsmithctl command to estimate the bill for an existing Appsmith user (#15311) 2022-07-20 10:33:47 +05:30