This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/packages/cli
Ali BARIN 75eda7f2af
feat(cli): run migrations and app in start command (#284)
* feat: perform pending migrations in start command

* feat: log error when DB connection is refused

* feat: log error when Redis connection is refused

* refactor: fix type errors

* fix: correct server and copy graphql schema

* fix: differentiate migrations by env

* chore: remove dev executable

* chore: fix typo in default postgresUsername

* fix: copy json files into dist folder

* chore(cli): add dev script

* chore: pull non-dev logs to info level

* feat(cli): run app in start command

* fix(backend): remove default count in Connection

* fix(cli): remove .eslintrc usage in lint script

* refactor: remove disableMigrationsListValidation

* refactor: make Step optional in ExecutionStep

* refactor: make Flow optional in Step
2022-04-08 11:27:46 +02:00
..
.github feat: Implement draft version of CLI package 2022-02-26 12:48:48 +03:00
bin feat(cli): run migrations and app in start command (#284) 2022-04-08 11:27:46 +02:00
src feat(cli): run migrations and app in start command (#284) 2022-04-08 11:27:46 +02:00
.editorconfig feat: Implement draft version of CLI package 2022-02-26 12:48:48 +03:00
.eslintignore feat: Implement draft version of CLI package 2022-02-26 12:48:48 +03:00
.gitignore feat: Implement draft version of CLI package 2022-02-26 12:48:48 +03:00
package.json feat(cli): run migrations and app in start command (#284) 2022-04-08 11:27:46 +02:00
README.md chore: Add monorepo setup 2021-10-01 20:08:04 +02:00
tsconfig.json feat(cli): run migrations and app in start command (#284) 2022-04-08 11:27:46 +02:00
yarn.lock chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/cli 2022-04-01 23:05:20 +03:00

@automatisch/cli

TODO: description

Usage

// TODO: DEMONSTRATE API