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

Commit

Permalink
feat: add cat command
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlettau committed Jun 14, 2017
1 parent f1d4886 commit ec8e18c
Show file tree
Hide file tree
Showing 13 changed files with 135 additions and 19 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ Example output:
...
```

## Cat
Concatenate all SQL files into a single file. Outputs to `./_sql-database/cat.sql`.

```bash
ssc cat
```

# Config Options
Configuration options are stored in a `ssc.json` file.

Expand Down
43 changes: 43 additions & 0 deletions dist/commands/cat.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/cat.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/pull.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/pull.js.map

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

5 changes: 5 additions & 0 deletions dist/index.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/index.js.map

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

17 changes: 10 additions & 7 deletions dist/sql/script.js

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

Loading

0 comments on commit ec8e18c

Please sign in to comment.