-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: export from tajriba.json file (#544)
- Loading branch information
Showing
3 changed files
with
44 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
"@empirica/core": minor | ||
--- | ||
|
||
Export now supports passing a tajriba.json file as the first argument to export | ||
the data directly from a file instead of automatically detecting the file from | ||
the current project. | ||
|
||
```sh | ||
# At the root of the project. | ||
empirica export | ||
|
||
# Anywhere, although it uses the global version of empirica (not the version | ||
# locked in your project). Upgrade to the latest version of empirica with: | ||
# `empirica upgrade --global` | ||
empirica export path/to/tajriba.json | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*.db | ||
*.tgz | ||
*.tar.zst | ||
*.zip | ||
tajriba.json | ||
internal/vendored/transport | ||
yarn-error.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters