Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 29, 2024
1 parent e0a15b1 commit 2b99822
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lib/get-program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,11 @@ import packageJson from "../package.json"
import { AppContext } from "./util/app-context"
import * as CMDFN from "lib/cmd-fns"

// | Endpoint | Description |
// | ------------------------------------- | ---------------------------- |
// | /packages/search | Search for packages |
// | /packages/list | List packages with a filter |
// | /packages/get | Get a package by id or name |
// | /packages/create | Create a new package |
// | /package_releases/list | List package releases |
// | /package_releases/get | Get a package release by id |
// | /package_releases/create | Create a new package release |
// | /package_files/list | List package files |
// | /package_files/get | Get a package file by id |
// | /package_files/download | Download a package file |
// | /package_files/create | Create a new package file |
// | /package_examples/list | List package examples |
// | /package_examples/get | Get a package example by id |
// | /package_examples/create | Create a new package example |

export const getProgram = (ctx: AppContext) => {
const cmd = new Command("tsci").description(
"Develop, test and manage tscircuit packages"
)

cmd

const authCmd = cmd.command("auth").description("Login/logout")
authCmd
.command("login")
Expand Down

0 comments on commit 2b99822

Please sign in to comment.