Skip to content

Commit 119cd0e

Browse files
committed
remove projects commands
introduct new access tokens logic to the service
1 parent 204c4c7 commit 119cd0e

File tree

15 files changed

+49
-648
lines changed

15 files changed

+49
-648
lines changed

packages/cli/src/commands/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ export * from "./qualityGate.js";
1515
export * from "./log.js";
1616
export * from "./generate.js";
1717
export * from "./dashboard.js";
18-
export * from "./login.js";
19-
export * from "./logout.js";
20-
export * from "./whoami.js";
21-
export * from "./projects/index.js";
2218
export * from "./results/index.js";
2319
export * from "./jira/index.js";
20+
export * from "./whoami.js";

packages/cli/src/commands/login.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

packages/cli/src/commands/logout.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

packages/cli/src/commands/projects/create.ts

Lines changed: 0 additions & 106 deletions
This file was deleted.

packages/cli/src/commands/projects/delete.ts

Lines changed: 0 additions & 85 deletions
This file was deleted.

packages/cli/src/commands/projects/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)