-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
4 additions
and
918 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,16 @@ | ||
# dctl | ||
# setup-dctl | ||
|
||
`dctl` is the Command Line Interface (CLI) for Dosei. | ||
|
||
[![pypi version](https://img.shields.io/pypi/v/dctl.svg)](https://pypi.org/pypi/dctl/) | ||
[![Downloads](https://static.pepy.tech/badge/dctl/week)](https://pypi.org/pypi/dctl/) | ||
[![License: MIT](https://img.shields.io/badge/license-Apache--2.0-yellow)](https://www.apache.org/licenses/LICENSE-2.0) | ||
[![Twitter](https://img.shields.io/twitter/url/https/x.com/dctl.svg?style=social&label=Follow%20%40dosei_ai)](https://x.com/dosei_ai) | ||
[![](https://dcbadge.vercel.app/api/server/BP5aUkhcAh?compact=true&style=flat)](https://discord.com/invite/BP5aUkhcAh) | ||
|
||
## Getting Started | ||
|
||
### Requirements | ||
- [Python 3.11.2](https://www.python.org/downloads/) | ||
|
||
You can install and configure dctl using this command: | ||
```bash | ||
pip install -U dctl | ||
``` | ||
|
||
Login into dosei to start using the CLI: | ||
```bash | ||
dctl login | ||
``` | ||
|
||
Alternatively you can use a Dosei token generated from the dashboard and set it as an environment variable. | ||
```bash | ||
export DOSEI_TOKEN="you_dosei_token" | ||
``` | ||
Setup dctl (Dosei CLI) in your Github Actions workflow. | ||
|
||
## Usage | ||
|
||
On the terminal | ||
```bash | ||
dctl --help | ||
``` | ||
|
||
On Github Actions | ||
```yaml | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup dctl CLI | ||
uses: doseiai/dctl@0.0.18 | ||
uses: doseiai/setup-dctl@v0.0.1 | ||
with: | ||
token: ${{ secrets.DOSEI_TOKEN }} | ||
``` | ||
## Learn more | ||
The best place to get started is following our getting started guide on the [Dosei CLI Documentation](https://docs.dosei.ai/cli). | ||
## LICENSE | ||
`dctl` is published under the [Apache-2.0 license](LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.