-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using the robusta-api project for playbook building and removing robu…
…sta-cli build This does not remove the old cli code - it will in another pr
- Loading branch information
Showing
5 changed files
with
13 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tool.poetry] | ||
name = "robusta-cli" | ||
name = "robusta-api" | ||
version = "0.0.0" | ||
description = "" | ||
authors = ["Natan Yellin <[email protected]>"] | ||
|
@@ -16,9 +16,6 @@ line_length = 120 | |
multi_line_output = 3 | ||
include_trailing_comma = true | ||
|
||
[tool.poetry.scripts] | ||
robusta = "robusta.cli.main:app" | ||
|
||
|
||
[tool.poetry.dependencies] | ||
# Robusta CLI should work on 3.8, but the core code requires 3.9+. Both | ||
|