Skip to content

Fluentix Console Overview

This guide will introduce you to the Fluentix Console.


I. Introduction

Fluentix is not only a programming language but also a command-line tool that helps developers manage their native Fluentix packages, run Fluentix scripts… Whether you are a beginner or an experienced developer, Fluentix provides the tools you need to simplify your workflows and focus on what matters most.

II. Installation

If you have installed Fluentix correctly (here) then Fluentix Console should be included too.

III. Features

As of v.0.0.1 beta, Fluentix Console has:

General commands for the Fluentix Console. Learn More →

Enter runtime:


IV. Teminal Errors

Those shows some general [TERMINAL-ERROR#] that you may encounter on the usage of Fluentix console.

Other errors can be found in their specific guide.

TERMINAL-ERROR#1

This error occurs when you tries to execute an unknown command.

For example, you execute command eeffee (non-existence).

Terminal window
$ flu eeffee
[TERMINAL-ERROR#1] Unknown command 'eeffee'.
More info at http://docs.fluentix.dev/unknown-command

Then it will prompt out that error.

Here are some suggestive ways to fix this:

TERMINAL-ERROR#2