njfio / fluent_cli

Fluent CLI is an advanced command-line interface designed to interact seamlessly with multiple workflow systems like FlowiseAI, Langflow, Make, and Zapier. Tailored for developers and IT professionals, Fluent CLI facilitates robust automation, simplifies complex interactions, and enhances productivity through a powerful and command suite
https://fluentcli.com
Apache License 2.0
13 stars 2 forks source link

Input, Output Modifiers, Security, Overrides - Awesome. #3

Closed njfio closed 4 months ago

njfio commented 4 months ago

Inputs

Input Modifiers

-a, --additional-context-file <additional-context-file>
        Specifies a file from which additional request context is loaded

-c <context>
        Optional context to include with the request, preferred to take through STDIN

-f, --system-prompt-override-file <system-prompt-override-file>
        Overrides the system message from a specified file

-i, --system-prompt-override-inline <system-prompt-override-inline>
        Overrides the system message with an inline string

-g, --generate-autocomplete
        Generates a bash autocomplete script

-u, --upload-image-path <FILE>
        Sets the input file to use

Output Modifiers

-z, --full-output
        Outputs all response data in JSON format

-m, --markdown-output
        Outputs the response to the terminal in stylized markdown. Do not use for pipelines.

-p, --parse-code-output
        Extracts and displays only the code blocks from the response

-d, --download-media <DIRECTORY>
        Downloads all media files listed in the output to a specified directory