Metadata-Version: 2.1
Name: collaborative-article-sharing
Version: 0.1.0b9
Summary: Command-line interface for interacting with the CAS API
Author-email: upayan <upayanm3@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/upayanmazumder/collaborative-Article-Sharing
Project-URL: Issues, https://github.com/upayanmazumder/Collaborative-Article-Sharing/issues
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: argparse
Requires-Dist: rich
Requires-Dist: flask

# Collaborative-Article-Sharing CLI

A Command-Line Interface (CLI) tool for interacting with the [Collaborative-Article-Sharing](https://github.com/upayanmazumder/Collaborative-Article-Sharing) project.

### Available Commands

- **`cas info`**  
  Displays project and developer information.

- **`cas help`**  
  Shows the help article for available commands.

- **`cas auth`**  
  Initiates the authentication process.

- **`cas push <article-link> [-m <message>]`**  
  Adds an article with an optional message.

- **`cas pull`**  
  Retrieves your saved articles.

- **`cas group:create`**
  Create a group

- **`cas group:delete`**
  Delete a group

- **`cas group:privacy`**
  Change a group's privacy settings

- **`cas group:list`**
  Get the list of public groups

> For a full comprehensive list, use the help command
