Code Monkey home page Code Monkey logo

adobe-sign-cli's Introduction

Adobe Sign CLI

Basic CLI utility for administrative tasks for Adobe Sign.

Goals

Sometimes power users run into repetitive tasks, or requirements that are not achievable via the sign UI. This CLI makes things easier and/or achievable.

Installation

Requires Python 3.7!!!! Someone can feel free to upgrade this to be compatible w/ more updated versions of Python.

For easy installation, use pipx to install the shell as an executable. You can also install w/ normal pip, if you want to use the base library in a project.

# pipx
pipx install adobesign
sign --help
# pip
pip install adobesign
sign

Development

For development, install with poetry.

git clone https://github.com/adobe/adobe-sign-cli.git
poetry install
poetry shell
sign

Usage

Usage instructions for your code.

Example:

# RTFM
sign

# Clone a template
sign clone-template

# List users w/ multipls groups, but still in default
sign default-primary-report

If you want to skip assigning your key, every time you run a script, you can save the key & base_uri in your env, or a .env file.

# Saving access via .env
cp .env.dist .env
code .env

# Saving to your env
export INTEGRATION_KEY={integration_key}
export BASE_URI={integration_key}

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

adobe-sign-cli's People

Contributors

nwcell avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ghas-results

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.