Skip to content

Laserfiche/lf-lookup-tables-cli

Repository files navigation

LookupTables Command Line Utility

CLI to interact with Laserfiche Lookup Tables.

User Documentation

Code Maintenance Prerequisites

  • .NET 8.0 core SDK
  • Laserfiche Cloud account
  • C# IDE such as Visual Studio Code

Build and Run this App

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.

Option to store credentials in an .env file

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.

Releases

No releases published

Packages

No packages published

Languages