From c4490fa0574b3ce59d142f2b569605b38683386e Mon Sep 17 00:00:00 2001 From: Rick Chen Date: Sun, 8 Sep 2024 20:52:59 -0700 Subject: [PATCH] remove --- cased.egg-info/PKG-INFO | 82 ----------------------------- cased.egg-info/SOURCES.txt | 16 ------ cased.egg-info/dependency_links.txt | 0 cased.egg-info/entry_points.txt | 2 - cased.egg-info/requires.txt | 7 --- cased.egg-info/top_level.txt | 1 - 6 files changed, 108 deletions(-) delete mode 100644 cased.egg-info/PKG-INFO delete mode 100644 cased.egg-info/SOURCES.txt delete mode 100644 cased.egg-info/dependency_links.txt delete mode 100644 cased.egg-info/entry_points.txt delete mode 100644 cased.egg-info/requires.txt delete mode 100644 cased.egg-info/top_level.txt diff --git a/cased.egg-info/PKG-INFO b/cased.egg-info/PKG-INFO deleted file mode 100644 index 98761c1..0000000 --- a/cased.egg-info/PKG-INFO +++ /dev/null @@ -1,82 +0,0 @@ -Metadata-Version: 2.1 -Name: cased -Version: 0.1.0 -Summary: A CLI tool for managing deployments and branches -Home-page: https://github.com/cased/csd -Author: Cased -Author-email: cli@cased.com -Classifier: Programming Language :: Python :: 3 -Classifier: License :: OSI Approved :: MIT License -Classifier: Operating System :: OS Independent -Requires-Python: >=3.7 -Description-Content-Type: text/markdown -Requires-Dist: click -Requires-Dist: requests -Requires-Dist: rich -Requires-Dist: questionary -Requires-Dist: python-dateutil -Requires-Dist: inquirer -Requires-Dist: PyYAML - -# Cased CLI - -## Overview - -Cased CLI is a powerful command-line interface tool designed to streamline deployment processes and manage branches efficiently. It provides an intuitive way to interact with the Cased system, offering functionalities such as user authentication, deployment management, and branch oversight. - -## Features - -- User authentication (login/logout) -- View recent deployments -- Display active branches -- Interactive deployment process with branch and target selection -- Comprehensive help system - -## Installation - -You can install the Cased CLI tool using pip: - -``` -pip install cased -``` - -This will install the latest version of the tool from PyPI. - -For development installation: - -1. Clone the repository: - ``` - git clone https://github.com/cased/csd.git - cd csd - ``` - -2. Install in editable mode: - ``` - pip install -e . - ``` - -## Usage - -After installation, you can use the CLI tool by running `cased` followed by a command: - -``` -cased --help -``` - -### Available Commands: - -- `cased login`: Log in to the Cased system -- `cased logout`: Log out from the Cased system -- `cased deployments`: View recent deployments -- `cased branches`: View active branches -- `cased deploy`: Deploy a branch to a target environment - -For more details on each command, use: - -``` -cased COMMAND --help -``` - -## Contact - -For any questions or support, please contact cli@cased.com diff --git a/cased.egg-info/SOURCES.txt b/cased.egg-info/SOURCES.txt deleted file mode 100644 index 9e77cce..0000000 --- a/cased.egg-info/SOURCES.txt +++ /dev/null @@ -1,16 +0,0 @@ -README.md -setup.py -cased/__init__.py -cased/cli.py -cased.egg-info/PKG-INFO -cased.egg-info/SOURCES.txt -cased.egg-info/dependency_links.txt -cased.egg-info/entry_points.txt -cased.egg-info/requires.txt -cased.egg-info/top_level.txt -cased/commands/__init__.py -cased/commands/build.py -cased/commands/deploy.py -cased/commands/init.py -cased/commands/login.py -cased/commands/resources.py diff --git a/cased.egg-info/dependency_links.txt b/cased.egg-info/dependency_links.txt deleted file mode 100644 index e69de29..0000000 diff --git a/cased.egg-info/entry_points.txt b/cased.egg-info/entry_points.txt deleted file mode 100644 index f3a47a1..0000000 --- a/cased.egg-info/entry_points.txt +++ /dev/null @@ -1,2 +0,0 @@ -[console_scripts] -cased = cased.cli:cli diff --git a/cased.egg-info/requires.txt b/cased.egg-info/requires.txt deleted file mode 100644 index df245c7..0000000 --- a/cased.egg-info/requires.txt +++ /dev/null @@ -1,7 +0,0 @@ -click -requests -rich -questionary -python-dateutil -inquirer -PyYAML diff --git a/cased.egg-info/top_level.txt b/cased.egg-info/top_level.txt deleted file mode 100644 index 7408388..0000000 --- a/cased.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -cased