Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
feat: add conns command
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlettau committed Jan 13, 2018
1 parent 668d91e commit a53d656
Show file tree
Hide file tree
Showing 18 changed files with 143 additions and 43 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ Options:
- `-s` or `--skip` will use defaults and not prompt you for any options.
- `-w` or `--webconfig` to provide a relative path to a `Web.config` file.

## Conns
List all available connections specified in the configuration file.

```bash
ssc conns
```

## Pull
Generate SQL files for all tables, stored procedures, functions, etc. All scripts will be put in
the output root directory and SQL scripts will be organized into subdirectories (based on config
Expand Down
29 changes: 29 additions & 0 deletions dist/commands/conns.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/commands/conns.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commands/init.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commands/init.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/commands/pull.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a53d656

Please sign in to comment.