Metadata-Version: 2.1
Name: marvelapp-cli
Version: 0.1.0
Summary: A CLI wrapper for Marvelapp
Home-page: https://github.com/sophiefitzpatrick/marvelcli/archive/v_0.1.0.tar.gz
Author: Sophie Fitzpatrick
Author-email: sophierfitzpatrick@gmail.com
License: UNKNOWN
Description: # marvelcli
        
        A CLI wrapper for Marvelapp (https://marvelapp.com)
        
        The wrapper will enable you to interact with your Marvel
        account from the comfort of your command line.
        
        ## Getting started:
        
        `pip install marvelapp-cli`
        
        https://pypi.org/project/marvelapp-cli/
        
        ## Authing requests:
        
        You will need an access token to use the CLI, generate a new one or find the one you already have set up here: https://marvelapp.com/oauth/devtoken
        
        You can export your token by running this command from the same dir you installed the CLI:
        `export MARVEL_CLI_TOKEN='your access token'`
        
        The CLI will then automatically use this token for each command you run (so you don't have to auth each one individually). Or you can wait until the CLI prompts you for your auth token, then we'll save it for you in the same manner.
        
        ## Example:
        
        To invite users to your workspace:
        
        	marvelcli invite-users-to-workspace --email "janis@bigbrotherandtheholdingcompany.com" --email "stevie@fleetwoodmac.com" --email "grace@jeffersonairplane.com"
        
        ## Commands available:
        
        You can find out how to use each command with:
        
        	marvelcli [command name] --help
        
        	Command Name:                Command Use:
        
        	about-user                   User statistics
        	add-collabs-to-project       Add collaborators to a project
        	add-groups-to-project        Add groups to a project
        	add-members-to-group         Add members to a group
        	create-folder                Create a folder
        	create-group                 Create a group
        	create-project               Create a new project
        	delete-groups                Delete groups
        	delete-project               Delete a project
        	get-billing-info             Get billing information
        	get-personal-projects        List all projects owned by you
        	invite-users-to-workspace    Invite users to your workspace
        	remove-collabs-from-project  Remove collaborators from a project
        	remove-groups-from-project   Remove groups from a project
        	remove-members-from-group    Remove members from a group
        	remove-users-from-workspace  Remove users from your workspace
        	update-account-password      Update your account password
        	update-group-name            Update a group name
        	update-user                  Update your email, username and occuption
        
        ## Feature requests
        
        Anything you'd like to see that isn't here?
        Email sophierfitzpatrick@gmail.com with your request!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
