Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
koltyakov committed Apr 18, 2023
1 parent ebcc56e commit 6325b5b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
name: "sharepoint"
registry: "github"
path: "koltyakov/sharepoint"
version: "v1.7.0" # provide the latest stable version
version: "v1.7.1" # provide the latest stable version
destinations: ["postgresql"] # provide the list of used destinations
spec:
# Spec is mandatory
Expand Down Expand Up @@ -293,7 +293,7 @@ spec:
name: "sharepoint"
registry: "github"
path: "koltyakov/sharepoint"
version: "v1.7.0" # https://github.com/koltyakov/cq-source-sharepoint/releases
version: "v1.7.1" # https://github.com/koltyakov/cq-source-sharepoint/releases
destinations: ["sqlite"]
spec:
auth:
Expand Down Expand Up @@ -372,11 +372,10 @@ You should see the following output:

```bash
Loading spec(s) from sharepoint_reg.yml, sqlite.yml
Downloading https://github.com/koltyakov/cq-source-sharepoint/releases/download/v1.0.0/cq-source-sharepoint_darwin_arm64.zip
Downloading 100% |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| (5.2/5.2 MB, 10 MB/s)
Starting migration with 5 tables for: sharepoint (v1.0.0) -> [sqlite (v1.7.0)]
Downloading https://github.com/koltyakov/...sharepoint_darwin_arm64.zip
Downloading 100% |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| (5.2/5.2 MB, 10 MB/s)
Migration completed successfully.
Starting sync for: sharepoint (v1.0.0) -> [sqlite (v1.7.0)]
Starting sync for: sharepoint (v1.7.1) -> [sqlite (v1.3.5)]
Sync completed successfully. Resources: 37478, Errors: 0, Panics: 0, Time: 21s
```

Expand Down

0 comments on commit 6325b5b

Please sign in to comment.