@visionfi/server-cli
Version:
Command-line interface for VisionFI Server SDK
10 lines (9 loc) • 398 B
TypeScript
/**
* VisionFI Server CLI
* Command-line interface for VisionFI Server SDK
* The VisionFI Server CLI provides commands to manage packages and handle authentication.
* It connects to the VisionFI API and allows users to perform various operations from the command line in a service to service pattern.
* Copyright (c) 2024-2025 VisionFI. All Rights Reserved.
*/
export {};