Skip to content

Commit 7cc3476

Browse files
authored
Merge branch 'master' into feature/revocation
2 parents e74a82a + 7d40e9a commit 7cc3476

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3926
-8397
lines changed

cli/README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ foundation for self-sovereign identity. It provides the commands to:
1010
### Binaries
1111
Pre-Built binaries can be downloaded from https://repo.sovrin.org/:
1212
* sdk/lib/apt/xenial/{master,stable,rc} - Ubuntu deb packages. Note that it depends on [libindy](../README.md) package
13-
* windows/indy-cli/{master,stable,rc} - Windows zip-archive with executable file and all required DLLs
13+
* windows/indy-cli/{master,stable,rc} - Windows zip-archive with executable file and all required DLLs
1414

1515
On Ubuntu it is recommended to install packages with APT (change stable to `master` or `rc` if needed):
1616
```
@@ -22,29 +22,35 @@ sudo apt-get install -y indy-cli
2222

2323
### Execution modes
2424
CLI supports 2 execution modes:
25-
* Interactive. In this mode CLI reads commands from terminal interactively. To start this mode just run `indy-cli` without params.
26-
* Batch. In this mode all commands will be read from text file or pipe and executed in series. To start this mode run `indy-cli <path-to-text-file>`. Batch mode supports the same commands as interactive mode. Note that by default if some command finishes with the error batch execution will be interrupted. To prevent this start command with `-`. For example, `-wallet create test`. In this case the result of this command will be ignored.
25+
* Interactive. In this mode CLI reads commands from terminal interactively. To start this mode just run `indy-cli`
26+
without params.
27+
* Batch. In this mode all commands will be read from text file or pipe and executed in series. To start this mode run
28+
`indy-cli <path-to-text-file>`. Batch mode supports the same commands as interactive mode. Note that by default if some
29+
command finishes with an error batch execution will be interrupted. To prevent this start command with `-`.
30+
For example, `-wallet create test`. In this case the result of this command will be ignored. Comments can also be made
31+
by beginning the line with a `#`.
2732

2833
### Getting help
29-
The most simple way is just start cli by `indy-cli` command and put `help` command. Also you can look to [Indy CLI Design](../doc/cli-design.md) doc that contains the list of commands and architecture overview.
34+
The most simple way is just start cli by `indy-cli` command and put `help` command. Also you can look to
35+
[Indy CLI Design](../doc/cli-design.md) doc that contains the list of commands and architecture overview.
3036

3137
### Old python-based CLI migration
32-
It is possible to import did's stored in the wallet of deprecated python-based CLI tool.
38+
It is possible to import did's stored in the wallet of deprecated python-based CLI tool.
3339
To achieve this user needs to perform the following steps:
34-
1. Execute script on machine with installed old python-based CLI.
40+
1. Execute script on machine with installed old python-based CLI.
3541
```
3642
indy_old_cli_export_dids [-e <env name>] -w <wallet name> [-f <path to the result file>]
3743
```
38-
This script will export DIDs stored in specified wallet into the result file.
39-
By default, this file creates in current folder and has the following name:
44+
This script will export DIDs stored in specified wallet into the result file.
45+
By default, this file creates in current folder and has the following name:
4046
```
4147
<env name>_<wallet name>.exp_wallet
4248
```
4349
2. [Install Indy-Cli](#binaries)
4450
3. Import generated file into libindy wallet by using Indy CLI
45-
* Run Indy CLI
51+
* Run Indy CLI
4652
* Open new target wallet (create if needed) in CLI
47-
* Run
53+
* Run
4854
```
4955
did import <path to the file created on first step>
50-
```
56+
```

wrappers/ios/libindy-pod/Indy-demo.xcodeproj/project.pbxproj

Lines changed: 8 additions & 48 deletions
Large diffs are not rendered by default.

wrappers/ios/libindy-pod/Indy-demoTests/Case Tests/Anoncreds/AnoncredsHighCases.m

Lines changed: 188 additions & 319 deletions
Large diffs are not rendered by default.

wrappers/ios/libindy-pod/Indy-demoTests/Case Tests/Anoncreds/AnoncredsMediumCasesDemos.m

Lines changed: 147 additions & 197 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)