DeplyAI CLI is a Command Line Interface designed to interact with the DeplyAI Platform, facilitating the management and automation of AI workflows directly from the command line.
- Automation: Automate tasks and workflows on the DeplyAI Platform using simple CLI commands.
- Integration: Seamlessly integrate with existing tools and systems in your workflow.
To install the DeplyAI CLI, use pip:
pip install deplyai-cli
After installation, you can start using the CLI to manage your DeplyAI projects:
deply auth login
deply pipelines create --filename pipeline.yml
For more information, run:
deply --help
You can set the authentication profile to use via the DEPLY_PROFILE
environment variable.
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.
This project is licensed under the BSD-3-Clause License - see the LICENSE file for details.