17 Commits

Author SHA1 Message Date
Ambroise Rabier
a82c58ef56 Replacing discrete 'how to install CLI' in migrations.md with a visible link to 'install CLI' documentation as pre-requisite. 2019-05-18 16:46:12 +02:00
Ambroise Rabier
5223b95374 Improving using-cli installation instructions and how to read the doc. 2019-05-18 16:32:42 +02:00
Jeff Chan
236db6a9e5
Update cli doc to work on both windows and mac 2019-01-16 21:53:57 +08:00
Jeff Chan
266b8c2899
Update doc to explain how to use the CLI with typescript setup 2018-12-21 16:59:37 +08:00
LeeJunHyeok
5ea9a85f14 modify typing errors 2018-06-06 22:25:07 +09:00
ChangJoo Park(박창주)
690a4868d4
Fix typo. migration command. migrations: to migration 2018-04-19 23:21:04 +09:00
Umed Khudoiberdiev
6089131013 Merge branch 'master' into next
* master: (25 commits)
  version bump
  skipped failing test for now
  version bump
  fixed issue with entity order by applied to update query builder
  Update README.md
  Add TYPEORM_DATABASE to available env options
  Provide failing test
  chore: fix typo in repository clear test filename
  minor lint fix
  delete entities using tablePath
  implement timezone based tests for multiple database drivers
  remove UTC transformation from drivers on write and read
  fixed broken lazy relation behaviour with broadcaster
  Fixes to Postgres, MySQL and MSSQL drivers propagating unhandled errors and crashing the hosting application
  remove array cast apply on function typed columns
  exit process on migrations:run command complete
  removed only test
  fixes #1720
  added test for #1703
  Update cli docs for create migration
  ...

# Conflicts:
#	CHANGELOG.md
#	README.md
#	package-lock.json
#	package.json
#	src/driver/mysql/MysqlDriver.ts
#	src/driver/postgres/PostgresDriver.ts
#	src/driver/sqlite-abstract/AbstractSqliteDriver.ts
#	src/persistence/SubjectOperationExecutor.ts
#	src/subscriber/Broadcaster.ts
#	test/github-issues/1716/issue-1716.ts
2018-03-26 18:15:13 +05:00
Daniel Lang
8a83ca057f cli: renamed migrations:run to migration:run 2018-03-12 11:30:02 +01:00
Jeremy Forsythe
8bcd907f7d
Update cli docs for create migration
CLI command is `migrations:create` (plural) not `migration:create` (singular)
2018-03-05 14:05:22 -05:00
Daniel Lang
a62384a762 cli: renamed migrations:create, migrations:generate and migrations:revert to migration:create, migration:generate and migration:revert 2018-03-02 19:49:17 +01:00
Matt Neal
170a23ef3e
Update using-cli.md
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 17:36:49 -05:00
Daniel Lang
bd9041f0f5 spelling and general improvements (part 5) 2017-10-04 13:08:40 +02:00
Umed Khudoiberdiev
2758aec2a1 multiple fixes in CLI commands, fixed #943, #911 2017-09-27 11:43:49 +05:00
Umed Khudoiberdiev
1f3ac88d5f improved docs 2017-09-26 21:15:46 +05:00
Umed Khudoiberdiev
fb87751156 added init and version commands 2017-09-13 21:40:34 +05:00
Umed Khudoiberdiev
f9a7ce07d4 added using cli docs 2017-08-30 17:23:16 +05:00
Umed Khudoiberdiev
e297c5d516 added docs for future edit 2017-07-07 18:10:43 +05:00