Skip to content

Commit 910b9d4

Browse files
committed
Documentation
1 parent 6f5a808 commit 910b9d4

3 files changed

Lines changed: 13 additions & 17 deletions

File tree

PSql.Deploy/en-US/about_PSql_Deploy.help.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ about_PSql_Deploy
33

44
SHORT DESCRIPTION
55

6-
PSql.Deploy is a migration and seeding system for SQL Server and Azure SQL
7-
Database.
6+
PSql.Deploy is a migration and seeding system for SQL Server, Azure SQL
7+
Database, and compatible databases.
88

99

1010
LONG DESCRIPTION
@@ -81,14 +81,6 @@ Invoke-SqlSeed
8181
Applies one or more seeds to one or more target databases.
8282

8383

84-
:: -Target Parameter ::
85-
86-
Most PSql.Deploy cmdlets accept a -Target parameter to specify one or more
87-
target databases on which to operate.
88-
89-
TODO: Expand
90-
91-
9284
:: See Also ::
9385

9486
- about_PSql_Deploy_Migrations

PSql.Deploy/en-US/about_PSql_Deploy_Migrations.help.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ about_PSql_Deploy_Migrations
33

44
SHORT DESCRIPTION
55

6-
A PSql.Deploy migration is a T-SQL script that evolves a target SQL Server or
7-
Azure SQL database's schema from its current version to the next version. The
8-
Invoke-SqlMigrations cmdlet applies outstanding migrations to one or more
9-
target databases.
6+
A PSql.Deploy migration is a T-SQL script that evolves the schema of a target
7+
database from its current state to some new state. The Get-SqlMigrations
8+
cmdlet lists migrations, and the Invoke-SqlMigrations cmdlet applies
9+
outstanding migrations to one or more target databases, with configurable
10+
parallelism to speed deployment in many-database scenarios. PSql.Deploy
11+
supports SQL Server, Azure SQL Database, and compatible databases.
1012

1113

1214
LONG DESCRIPTION

PSql.Deploy/en-US/about_PSql_Deploy_Seeds.help.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ about_PSql_Deploy_Seeds
33

44
SHORT DESCRIPTION
55

6-
A PSql.Deploy seed is a T-SQL script that populates a target SQL Server or
7-
Azure SQL database with data. The Invoke-SqlSeed cmdlet applies one or more
8-
seeds to one or more target databases.
6+
A PSql.Deploy seed is a T-SQL script that populates a target database with
7+
data. The Invoke-SqlSeed cmdlet applies seeds to target databases, with
8+
configurable parallelism to support both large databases and many-database
9+
scenarios. PSql.Deploy supports SQL Server, Azure SQL Database, and compatible
10+
databases.
911

1012

1113
LONG DESCRIPTION

0 commit comments

Comments
 (0)