Code Monkey home page Code Monkey logo

cli's Introduction

Fluence CLI

Fluence is a decentralized serverless platform & computing marketplace powered by blockchain economics. Fluence is a global, permissionless, scalable, and secure alternative to centralized cloud computing platforms.

Fluence CLI is designed to be the only tool that you need to manage the life cycle of applications written on Fluence. It provides project scaffolding, compilation, service deployment, dependency management and installation, storage of keys and ids, etc.

CLI installation

Windows

To download and install fluence use Windows .exe installer from the release page.

Linux and macOS

To download and install fluence use our install.sh script

curl -qsL https://raw.githubusercontent.com/fluencelabs/cli/main/install.sh | bash

Installing manually

  • download fluence archive for your platfrom from latest release.

  • extract archive contents to default fluence user directory

    tar --strip-components=1 -xzf <archive> -C "${HOME}/.fluence/cli"
  • add ${HOME}/.fluence/cli/bin to $PATH

Update

To select fluence version compatible with certain network (dar, stage, kras) run:

fluence update <network>

You will receive notifications about updates when new version is promoted.

For more information run:

fluence update --help

Uninstall CLI

Windows

Go to installation directory and run Uninstall.exe binary.

Linux and macOS

To uninstall CLI you need to remove couple of directories

rm -rf ~/.fluence
rm -rf ~/.local/share/fluence

You can also remove ${HOME}/.fluence/cli/bin from $PATH e.g. like that:

rm $(which fluence)

Documentation

  1. A complete list of commands together with usage examples
  2. Documentation for all Fluence CLI configs
  3. Environment variables that affect Fluence CLI and are important for Fluence CLI maintainers

Support

Please, file an issue if you find a bug. You can also contact us at Discord or Telegram. We will do our best to resolve the issue ASAP.

Contributing

Any interested person is welcome to contribute to the project. Please, make sure you read and follow some basic rules.

License

All software code is copyright (c) Fluence Labs, Inc. under the Apache-2.0 license.

cli's People

Contributors

shamsartem avatar fluencebot avatar nahsi avatar renovate[bot] avatar akim-bow avatar elshan-eth avatar folex avatar justprosh avatar diemyst avatar vasd85 avatar inversionspaces avatar valeryantopol avatar coder11 avatar mikhail-1e20 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.