Metadata-Version: 2.1
Name: story
Version: 0.20.4
Summary: Storyscript Cloud CLI
Home-page: https://docs.storyscript.io/cli
Author: Storyscript
Author-email: hello@storyscript.io
License: Apache 2
Download-URL: https://github.com/storyscript/cli/archive/0.20.4.zip
Description: # Storyscript CLI
        
        <!-- [![Requires.io](https://img.shields.io/requires/github/storyscript/cli.svg?style=flat-square)](https://requires.io/github/storyscript/cli/requirements/?branch=master)  -->
        [![CircleCI](https://img.shields.io/circleci/project/github/storyscript/cli.svg?style=flat-square)](https://circleci.com/gh/storyscript/cli)
        [![Codecov](https://img.shields.io/codecov/c/github/storyscript/cli.svg?style=flat-square)](https://codecov.io/gh/storyscript/cli)
        [![PyPI](https://img.shields.io/pypi/v/story.svg?style=flat-square)](https://pypi.org/project/story/)
        <!-- [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fstoryscript%2Fcli.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fstoryscript%2Fcli?ref=badge_shield) -->
        
        The Storyscript CLI is used to manage Storyscript Cloud from the command line.
        
        ## Overview
        
        The goals of this project is to provide a utility for developers to interact with all of Storyscript Cloud features/services.
        
        ## Installation
        
        ### OSX
        
        ```shell
        brew install storyscript/brew/story
        ```
        
        ### Linux
        
        The Storyscript CLI is available as a [SnapCraft package](https://snapcraft.io/story):
        
        ```shell
        sudo snap install story
        ```
        
        Snap is [available for many Linux distributions](https://docs.snapcraft.io/installing-snapd).
        
        ### Directly from Python
        
        ```shell
        pip install --user story
        ```
        Python 3.6 or higher is required.
        On Ubuntu/Debian, use `pip3`.
        
        ✨🍰✨
        
        ## Usage
        
        Call `story` to get a full list of commands or continue to [read the documentation](https://docs.storyscript.io/dev/cli).
        
        ![usage](https://github.com/storyscript/cli/blob/e7c2dc8f4b1de08163e94db16219a90fdb1d7d6b/ext/story-cli.png?raw=true)
        
        ## Issues
        
        For problems directly related to the CLI, [add an issue on GitHub](https://github.com/storyscript/cli/issues/new).
        
        For other issues, [submit a support ticket](mailto:support@asyncy.com)
        
        [Contributors](https://github.com/storyscript/cli/contributors)
        
        ## Developing
        
        Run
        ```sh
        virtualenv venv --python=python3.7 && source venv/bin/activate
        pip install -r requirements.txt
        
        TOXENV=true python -m story.main
        ```
        
        Test
        ```sh
        pip install tox
        tox
        ```
        
        Install
        ```sh
        python setup.py install
        story
        ```
        
        ## Releasing
        See [RELEASING.md](RELEASING.md) for release instructions.
        
        <!-- ## License -->
        <!-- [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fstoryscript%2Fcli.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fstoryscript%2Fcli?ref=badge_large) -->
        
Keywords: storyscript devops devtools microservices orchestration serverless APIs asyncy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/markdown
