Skip to content

Commit

Permalink
fix: remove autoversion and convert icons from commands
Browse files Browse the repository at this point in the history
  • Loading branch information
emielwit committed Sep 13, 2023
1 parent 5c39375 commit 11d1c5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/bb-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const availableCommands: CommandFunctions[] = [
'build',
'publish',
'validate',
'autoversion',
'convert-icons',
'bump',
'test',
];
Expand All @@ -27,13 +25,8 @@ const availableCommands: CommandFunctions[] = [
program
.usage(`<${availableCommands.join('|')}>`)
.name('bb functions')
.command(
'autoversion',
'auto-version functions within current working directory',
)
.command('build', 'build functions bundle file of current working directory')
.command('bump', 'increase the major/minor version of a specific function')
.command('convert-icons', 'auto-convert function icons to { name, color }')
.command('init [identifier]', 'initialize functions project')
.command('login', 'login using the same credentials as the IDE')
.command('logout', 'remove all tokens used to authenticate with the APIs')
Expand Down

0 comments on commit 11d1c5e

Please sign in to comment.