Codeship client to help find text, see configurations by terminal
Project description
# Codeship cli
(Still In Dev)
Codeship client to help find text, see configurations by terminal
## Install
`pip install git+https://github.com/agutoli/codeship-cli.git --no-cache-dir --upgrade`
Note: This library is not published at pypi
## Configure
```shell
$ codeship configure
$ -> Codeship username: yourusername@corp.com
$ -> Codeship organization: YOUR-COMPANY-AT-CODESHIP
$ Saved at /Users/your_home/.codeship
```
## Commands
* codeship search [text]
```shell
$ codeship search MY-SEARCH-TERM
Codeship password: ****
Searching...
-> uuid=99999999-9999-9999-9999-999999999999: My_Company/some-project (26 occurrences)
-> uuid=88888888-8888-8888-8888-888888888888: My_Company/other-project (51 occurrences)
```
* codeship info [uuid]
```shell
$ codeship info 99999999-9999-9999-9999-999999999999
Codeship password: ****
Info project 99999999-9999-9999-9999-999999999999
aes_key: null
authentication_user: Walter White
created_at: '2016-08-29T15:34:32.700Z'
deployment_pipelines:
- branch:
branch_name: master
match_mode: exact
config:
commands:
- npm Install
- ls -la
position: 1
...
```
* codeship codedeploy [create|test]
```shell
codeship codedeploy create
--deployment-group application_name_a:deployment_group_name_a \
--deployment-group application_name_b:deployment_group_name_b \
--s3-bucket my_bucket \
--s3-bucket-key my_bucket_key/your_project.zip
```
```shell
codeship codedeploy test
--deployment-group application_name_a:deployment_group_name_a \
--deployment-group application_name_b:deployment_group_name_b \
--s3-bucket my_bucket \
--s3-bucket-key my_bucket_key/your_project.zip
```
(Still In Dev)
Codeship client to help find text, see configurations by terminal
## Install
`pip install git+https://github.com/agutoli/codeship-cli.git --no-cache-dir --upgrade`
Note: This library is not published at pypi
## Configure
```shell
$ codeship configure
$ -> Codeship username: yourusername@corp.com
$ -> Codeship organization: YOUR-COMPANY-AT-CODESHIP
$ Saved at /Users/your_home/.codeship
```
## Commands
* codeship search [text]
```shell
$ codeship search MY-SEARCH-TERM
Codeship password: ****
Searching...
-> uuid=99999999-9999-9999-9999-999999999999: My_Company/some-project (26 occurrences)
-> uuid=88888888-8888-8888-8888-888888888888: My_Company/other-project (51 occurrences)
```
* codeship info [uuid]
```shell
$ codeship info 99999999-9999-9999-9999-999999999999
Codeship password: ****
Info project 99999999-9999-9999-9999-999999999999
aes_key: null
authentication_user: Walter White
created_at: '2016-08-29T15:34:32.700Z'
deployment_pipelines:
- branch:
branch_name: master
match_mode: exact
config:
commands:
- npm Install
- ls -la
position: 1
...
```
* codeship codedeploy [create|test]
```shell
codeship codedeploy create
--deployment-group application_name_a:deployment_group_name_a \
--deployment-group application_name_b:deployment_group_name_b \
--s3-bucket my_bucket \
--s3-bucket-key my_bucket_key/your_project.zip
```
```shell
codeship codedeploy test
--deployment-group application_name_a:deployment_group_name_a \
--deployment-group application_name_b:deployment_group_name_b \
--s3-bucket my_bucket \
--s3-bucket-key my_bucket_key/your_project.zip
```
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
codeship_cli-0.0.5.tar.gz
(6.1 kB
view details)
File details
Details for the file codeship_cli-0.0.5.tar.gz
.
File metadata
- Download URL: codeship_cli-0.0.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1018b839403ec8c4dd771d2d33e027a3aa4e89ca9b9927ea83b3d168fdd75962 |
|
MD5 | 2e9f31904ee0e3393093f34992e6a67f |
|
BLAKE2b-256 | 7f66783dc825aa0dfd5869cf5fe8b0bc2faff88895743cd10d40c423646d0a59 |