Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 14, 2025
1 parent a207b06 commit 8797d31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import { program } from 'commander'
import pack from '../package.json'
import { addCommand } from './app/add'
// import { watchApp } from './app/watch';
import { debugApp } from './app/debug'
import { deleteApp } from './app/delete'
import { getInfo } from './app/info'
import { listApp } from './app/list'
import { setApp } from './app/set'
import { setSetting } from './app/setting'
import { cleanupBundle } from './bundle/cleanup'
import { checkCompatibilityCommand } from './bundle/compatibility'
import { decryptZip } from './bundle/decrypt'
import { decryptZipV2 } from './bundle/decryptV2'
import { deleteBundle } from './bundle/delete'
Expand All @@ -23,13 +26,10 @@ import { setChannel } from './channel/set'
import { initApp } from './init'
import { createKeyCommand, saveKeyCommand } from './key'
import { createKeyCommandV2, deleteOldKeyCommandV2, saveKeyCommandV2 } from './keyV2'

import { loginCommand } from './login'
import { getUserId } from './user/account'

// import { watchApp } from './app/watch';
import { debugApp } from './app/debug'
import { checkCompatibilityCommand } from './bundle/compatibility'

program
.name(pack.name)
.description('Manage packages and bundle versions in Capgo Cloud')
Expand Down

0 comments on commit 8797d31

Please sign in to comment.