File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments