Skip to content

Commit

Permalink
NCSSLAPI-9 Update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonku committed Jan 11, 2019
1 parent db21358 commit 2b96066
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.rst
Expand Up @@ -58,13 +58,15 @@ Purchases a certificate

**Arguments**

+----------+-----------+--------------------------------------------------------------------------+----------+
| ShortCut | Full Name | Description | Required |
+----------+-----------+--------------------------------------------------------------------------+----------+
| -t | --type | Certificate Type. See list of available options in the dedicated section | Yes |
+----------+-----------+--------------------------------------------------------------------------+----------+
| -y | --years | The number of year to purchase certificate for. Default is 1. | No |
+----------+-----------+--------------------------------------------------------------------------+----------+
+----------+---------------+--------------------------------------------------------------------------+----------+
| ShortCut | Full Name | Description | Required |
+----------+---------------+--------------------------------------------------------------------------+----------+
| -t | --type | Certificate Type. See list of available options in the dedicated section | Yes |
+----------+---------------+--------------------------------------------------------------------------+----------+
| -y | --years | The number of year to purchase certificate for. Default is 1. | No |
+----------+---------------+--------------------------------------------------------------------------+----------+
| -sans | --sans_to_add | [Multi-Domain only] Number of extra add-on domains to be purchased. | No |
+----------+---------------+--------------------------------------------------------------------------+----------+

Activate
________
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='ncssl-api-client',
version='1.0.1',
version='1.0.2',
description='Command line interface for Namecheap SSL API',
url='https://github.com/antonku/ncssl_api_client',
author='Anton Kudinov',
Expand Down

0 comments on commit 2b96066

Please sign in to comment.