Skip to content

Commit 7517dd2

Browse files
committed
Add section about settings.yaml file
1 parent feb5075 commit 7517dd2

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,30 @@ $ sudo wscli --rollback
8282
> backends. Other languages are also supported on request (C#,
8383
> Javascript, Python, ..).*
8484
85+
### Create configuration file
86+
87+
Create `~/.wscli/settings.yaml` file to keep default values for your
88+
setup. wscli will also add session information into the file, so your
89+
session is available for wscli commands readily.
90+
91+
```
92+
settings:
93+
filetype: KTL
94+
filestatus: ALL
95+
bank: nordea
96+
environment: testing
97+
name: 'Dan Forsberg'
98+
phone: '+358404835507'
99+
email: dforsber@gmail.com
100+
company: 'ISECure Oy'
101+
apikey: <add your apikey or "0" for new regs and update once registered>
102+
password: <add 20 char long pw with big/small chars and spec chars and numbers>
103+
mode: admin
104+
```
105+
106+
Note that the session information is not shown in the example above.
107+
108+
85109
## WSCLI SDK for PHP
86110

87111
`wscli` uses WSCLI SDK for PHP that is based on OpenAPI 2.0 generated

0 commit comments

Comments
 (0)