summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2023-03-10Testing.MS
Preparation to run the wirewatch.
2023-02-15addressing #6988MS
2023-02-08testsMS
adding a convenience script that launches both Sandbox and Nexus setting up a EBICS connection, to ease manual tests.
2023-02-03help messageMS
2023-01-31test loggingMS
2023-01-20CLIMS
Now actually adding "GET /cashouts". The previous CLI change added "GET /accounts".
2023-01-20CLI.MS
Adding the command to call "GET /cashouts" and remove any status code check from tell_user().
2023-01-16e-mail TAN manual testMS
creating a cash-out operation with the e-mail TAN channel.
2023-01-16adapting tests to latest changeMS
2023-01-15CLI: fix help messageMS
2023-01-15CLI: help messageMS
2023-01-15CLI: fix ambiguous message.MS
2023-01-15CLI: fix ambiguous message.MS
2023-01-13fix #7038MS
2023-01-13move CLI testsMS
2023-01-12testing #7525MS
2023-01-10Introducing file based TAN channel.MS
With this feature, Sandbox writes the TAN to a file under /tmp where it can be read by the tester without setting up any SMS or e-mail channel.
2023-01-09Fix copy-and-paste error.MS
2023-01-07commentMS
2023-01-06fix invocationMS
2023-01-06CLI: fix URL construction.MS
That is a non Access and non Circuit API case, where the ultimate base URL is just the default demobank's.
2023-01-05CLI test: preliminary checks for tools.MS
2023-01-05Adding cash-out operations to the CLI.MS
2023-01-04CLI side of the Circuit API.MS
Implement commands to register and reconfigure accounts, and changing their password.
2023-01-04CLI: provide demobank URL default.MS
That allows users to export only once the Sandbox URL, as opposed to export it once for the Legacy API and once for the Access API sub-commands.
2022-12-09Integration tests fixes.MS
Align code with the libeufin test suite in the TypeScript harness.
2022-07-08(re)implement /admin/add-incomingMS
2022-07-04CLI option to submit all paymentsMS
2022-06-15cliMS
add 'demobank' command to list transactions
2022-05-19account deletionms
2022-05-19set/show config values. CLI: account deletionms
2022-05-04fix person name option (CLI)ms
2022-05-04Snack-machine demo changes.ms
- set creditor name - make signup bonus optional - make currency mandatory on the CLI (simulate-incoming-transaction subcommand)
2022-02-02Add abstraction: SandboxContext.access_api_urlThien-Thi Nguyen
This function constructs a proper URL for the Acesss API endpoints. There are currently three of them that have been modified to use it: - sandbox demobank register - sandbox demobank info - sandbox demobank new-transaction Note that their functionality has not changed. The change merely centralizes the URL construction, and (in comments) documents the assumptions re Access API base URL.
2022-02-01CLI help messagems
2022-01-31fix typo: s/nexus/sandbox/ in error messageThien-Thi Nguyen
2022-01-31downcase "sandbox" for uniformity w/ other error messagesThien-Thi Nguyen
2022-01-26fix typo: s/nexus_(username|password)/\1/Thien-Thi Nguyen
2022-01-26add HTTP Basic auth to ‘sandbox bankaccount simulate-incoming-transaction’Thien-Thi Nguyen
2022-01-24spell it "CUR:X.Y" in the --help outputThien-Thi Nguyen
2022-01-21add HTTP Basic auth to several ‘sandbox’ subcommandsThien-Thi Nguyen
The following commands are affected: - sandbox ebicshost list - sandbox ebicssubscriber list - sandbox bankaccount list - sandbox bankaccount transactions
2022-01-12fix CLI flagms
2022-01-12Allow CLI to register public acconts.ms
2021-12-01Access API: implement create transactions.ms
2021-11-22CLI, register accounts via Access APIms
2021-10-23CLI for Sandbox: no currency asked for new accounts.ms
2021-10-14Fix HTTP basic auth at Sandbox and CLI.ms
2021-10-14cli does only basic authms
2021-10-14checking sandbox availability with GET /ms
2021-10-12CLI.ms
Adapt after what "taler-local prepare" needed in terms of token-based authentication. Other parts may need to be changed