An open API service indexing awesome lists of open source software.

https://github.com/fogstream/fs-cli


https://github.com/fogstream/fs-cli

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

FOGSTREAM CLI
======================

INSTALLATION
--------

Command line interface for easy work on projects of the company FOGSTREAM

In force of using a python3 there is strongly recommended install cli in global environment
only via pip3.
Or use pip if your environment based on python3.

COMMANDS
--------
### Initiate project
```commandline
Usage: fogstream-cli initproject [OPTIONS] PROJECT_NAME GIT_URL

Options:
-d Path to project directory
--help Show this message and exit.

```