I have already installed Liquibase Version: 4.21.1 and SQLcl Version: 23.1.0.089.0929 and set the 'Path' in environmental variables like
C:\Program Files\liquibase
D:\sqlcl\bin
Also, it allows me to export objects like
Microsoft Windows [Version 10.0.19045.2965]
(c) Microsoft Corporation. All rights reserved.
D:\sqlcl\bin>sql username/Password@localhost:1521/xe
SQLcl: Release 23.1 Production on Thu May 18 12:35:52 2023
Copyright (c) 1982, 2023, Oracle. All rights reserved.
Last Successful login time: Thu May 18 2023 12:35:53 +09:30
Connected to:
Oracle Database 21c Express Edition Release 21.0.0.0.0 - Production
Version 21.3.0.0.0
SQL>
SQL> lb generate-apex-object -applicationid 100 -split
However, I need to export objects into given folder path instead of 'D:\sqlcl\bin' folder. Can anybody help me how to achieve this?