Skip to content

Commit

Permalink
docs: Update Meltano commands in examples (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 11, 2024
1 parent 702c0db commit c724d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ plugins:
| Configuration store | Config JSON file (`--config=path/to/config.json`) or environment variables (`--config=ENV`) | `meltano.yml`, `.env`, environment variables, or Meltano's system db |
| Simple invocation | `my-tap --config=...` | `meltano invoke my-tap` |
| Other CLI options | `my-tap --about --format=json` | `meltano invoke my-tap --about --format=json` |
| ELT | `my-tap --config=... \| path/to/target-jsonl --config=...` | `meltano elt my-tap target-jsonl` |
| ELT | `my-tap --config=... \| path/to/target-jsonl --config=...` | `meltano run my-tap target-jsonl` |

[Meltano]: https://www.meltano.com
[declare settings]: https://docs.meltano.com/reference/command-line-interface#how-to-use-2
2 changes: 1 addition & 1 deletion samples/sample_tap_dummy_json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Now you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke tap-dummyjson --version
# OR run a test `elt` pipeline:
meltano elt tap-dummyjson target-jsonl
meltano run tap-dummyjson target-jsonl
```

### SDK Dev Guide
Expand Down

0 comments on commit c724d54

Please sign in to comment.