https://github.com/fogstream/fs-cli
https://github.com/fogstream/fs-cli
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fogstream/fs-cli
- Owner: fogstream
- License: mit
- Created: 2019-01-16T01:29:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T12:56:55.000Z (over 7 years ago)
- Last Synced: 2025-08-22T18:54:44.835Z (10 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```