A CLI wrapper for Marvelapp
Project 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).
To unauth:
unset MARVEL_CLI_TOKEN
Example:
To invite users to your workspace:
marvelcli add-collabs-to-project --project 12345 --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
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-group-name Update a group name
Feature requests
Anything you'd like to see that isn't here? Email sophierfitzpatrick@gmail.com with your request!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file marvelapp-cli-0.1.4.tar.gz
.
File metadata
- Download URL: marvelapp-cli-0.1.4.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f8b9a8c3fbef17db2ddcd3c5785687ada588a8483322ccf6f8a2ca5afd2b9ec |
|
MD5 | 192920cf62e908667c9f2e3ba094ffa8 |
|
BLAKE2b-256 | 6a6c7848946f2ff1aadf5d53905b8ae9ed5750f2b75ded38886eb32f922f4838 |