Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
New version 0.4.2 and missing status action
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Dec 8, 2021
1 parent 7a7d80c commit 9072b61
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions content/docs/commands/migrate/status/_index.md
@@ -0,0 +1,28 @@
---
title: status
---

# Migrate status

The `migrate status` command displays currently applied/pending migrations.

## Usage

```sh
krab migrate status [set]
```

### Options

- `set` - name of the set to migrate.

### Example output

```
krab migrate status animals
✔ v1 create_animals
✔ v2 create_animals_view
- v3 seed_animals
```

1 change: 1 addition & 0 deletions content/docs/configuration/resource-arguments/_index.md
Expand Up @@ -49,4 +49,5 @@ All arguments must be prefixed with `.Args`.
There are built-in functions that allow to operate on arguments before final template is rendered.

- `quote_ident` - quotes identifiers in database, for example: table/column names
- `quote` - quotes values in database

5 changes: 5 additions & 0 deletions content/docs/get_started/changelog/_index.md
Expand Up @@ -4,6 +4,11 @@ weight: 3

# Changelog

## 0.4.2

- add quote support for values
- add support for more defaults in column DSL

## 0.4.1

- migration status action
Expand Down

0 comments on commit 9072b61

Please sign in to comment.