CLI to interact with Laserfiche Lookup Tables.
User Documentation
- .NET 8.0 core SDK
- Laserfiche Cloud account
- C# IDE such as Visual Studio Code
To compile, and execute this program locally:
- Open a terminal window.
- Enter the following commands:
dotnet build
cd .\LookupTables\
dotnet run
Running the program prints the help documentation in the output window.
Credentials can be passed in as command line parameters or can be stored in a file named .env
.
Place the .env
file in the .\LookupTables
subdirectory so that the build process will copy it to the output directory.
See Passing credential to CLI tool for details.
NOTE: DO NOT check-in the .env
file in Git. This file contains credentials to gain access to the system.