-
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
9 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
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
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,11 +1,11 @@ | ||
# dctl | ||
|
||
`dctl` is the Command Line Interface (CLI) for DeployPlex. | ||
`dctl` is the Command Line Interface (CLI) for Dosei. | ||
|
||
[](https://pypi.org/pypi/dctl/) | ||
[](https://pypi.org/pypi/dctl/) | ||
[](https://www.apache.org/licenses/LICENSE-2.0) | ||
[](https://x.com/deployplex) | ||
[](https://x.com/dosei_ai) | ||
[](https://discord.com/invite/BP5aUkhcAh) | ||
|
||
## Getting Started | ||
|
@@ -18,14 +18,14 @@ You can install and configure dctl using this command: | |
pip install -U dctl | ||
``` | ||
|
||
Login into deployplex to start using the CLI: | ||
Login into dosei to start using the CLI: | ||
```bash | ||
dctl login | ||
``` | ||
|
||
Alternatively you can use a deployplex token generated from the dashboard and set it as an environment variable. | ||
Alternatively you can use a Dosei token generated from the dashboard and set it as an environment variable. | ||
```bash | ||
export DEPLOYPLEX_TOKEN="you_deployplex_token" | ||
export DOSEI_TOKEN="you_dosei_token" | ||
``` | ||
|
||
## Usage | ||
|
@@ -42,14 +42,14 @@ steps: | |
uses: actions/checkout@v3 | ||
|
||
- name: Setup dctl CLI | ||
uses: deployplex/[email protected] | ||
uses: dosei/[email protected] | ||
with: | ||
token: ${{ secrets.DEPLOYPLEX_TOKEN }} | ||
token: ${{ secrets.DOSEI_TOKEN }} | ||
``` | ||
## Learn more | ||
The best place to get started is following our getting started guide on the [DeployPlex CLI Documentation](https://docs.deployplex.com/cli). | ||
The best place to get started is following our getting started guide on the [Dosei CLI Documentation](https://docs.docei.ai/cli). | ||
## 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
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
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
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
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
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
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