All Projects → onflow → Flow Cli

onflow / Flow Cli

Licence: apache-2.0
The Flow CLI is a command-line interface that provides useful utilities for building Flow applications

Programming Languages

go
31211 projects - #10 most used programming language
flow
126 projects

Projects that are alternatives of or similar to Flow Cli

Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+2267.48%)
Mutual labels:  blockchain, cli, command-line
Yq
Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
Stars: ✭ 1,688 (+1272.36%)
Mutual labels:  cli, command-line
Word Wrap
Wrap words to a specified length.
Stars: ✭ 107 (-13.01%)
Mutual labels:  cli, command-line
Chest
Bash glue to encrypt and hide files
Stars: ✭ 123 (+0%)
Mutual labels:  cli, command-line
Awesome Cli
A curated list of awesome resources for building immersive CLI experiences.
Stars: ✭ 104 (-15.45%)
Mutual labels:  cli, command-line
Clikt
Multiplatform command line interface parsing for Kotlin
Stars: ✭ 1,658 (+1247.97%)
Mutual labels:  cli, command-line
Httpcat
httpcat is a simple utility for constructing raw HTTP requests on the command line.
Stars: ✭ 109 (-11.38%)
Mutual labels:  cli, command-line
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-19.51%)
Mutual labels:  cli, command-line
Eth Cli
CLI swiss army knife for Ethereum developers
Stars: ✭ 109 (-11.38%)
Mutual labels:  blockchain, cli
Learning Bitcoin From The Command Line
A complete course for learning Bitcoin programming and usage from the command
Stars: ✭ 2,010 (+1534.15%)
Mutual labels:  blockchain, cli
Cum
comic updater, mangafied
Stars: ✭ 117 (-4.88%)
Mutual labels:  cli, command-line
Somafm
📻 Play & record SomaFM radio channels
Stars: ✭ 103 (-16.26%)
Mutual labels:  cli, command-line
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-17.07%)
Mutual labels:  cli, command-line
Simple Console
Add an elegant command-line interface to any page
Stars: ✭ 107 (-13.01%)
Mutual labels:  cli, command-line
Ask Cli
Alexa Skills Kit Command Line Interface
Stars: ✭ 100 (-18.7%)
Mutual labels:  cli, command-line
Gest
👨‍💻 A sensible GraphQL testing tool - test your GraphQL schema locally and in the cloud
Stars: ✭ 109 (-11.38%)
Mutual labels:  cli, command-line
Bull Repl
Bull / BullMQ queue command line REPL
Stars: ✭ 121 (-1.63%)
Mutual labels:  cli, command-line
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-20.33%)
Mutual labels:  cli, command-line
Rundeck Cli
CLI tool for Rundeck
Stars: ✭ 98 (-20.33%)
Mutual labels:  cli, command-line
Nodejs Cli Apps Best Practices
The largest Node.js CLI Apps best practices list ✨
Stars: ✭ 2,144 (+1643.09%)
Mutual labels:  cli, command-line

Flow CLI

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications.

Installation

To install the Flow CLI, follow the installation instructions on the Flow documentation website.

Documentation

You can find the CLI documentation on the Flow documentation website.

Development

Releasing

  • Tag a new release and push it
  • Build the binaries: make versioned-binaries
  • Upload the binaries: make publish
  • Update the Homebrew formula: e.g. brew bump-formula-pr flow-cli --version=0.12.3

To make the new version the default version that is installed

  • Change version.txt and commit it
  • Upload the version file: gsutil cp version.txt gs://flow-cli
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].