README ¶
Fing cli
Fing CLI
fing
is a command-line interface for fing.ir
Use this to deploy & manage your applications to Fing Cloud without being worried about your infrastructure and environment.
Installation
Homebrew
brew install fingcloud/tap/fing
To Upgrade to the latest version
brew upgrade fing
NPM
install from npm
npm install -g @fingcloud/cli
# or
yarn global add @fingcloud/cli
CURL
Linux nad macOS
curl -fsSL https://fing.ir/install.sh | sh
Windows
iwr https://fing.ir/install.ps1 -useb | iex
Quick Start
Fing builds your app and deploys it to fing cloud servers.
First you need to login. (if you don't have an account yes, create an account).
fing login
Go to the root of your project and run the following command:
cd ~/my-react-app
fing up
Documentation
Documentation ¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.