Skip to content

Commit

Permalink
remove pieces from piece repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Jun 20, 2024
1 parent 8ceb86e commit c653583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/domino/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def generate_random_repo_name():
@click.option(
'--name',
default="ExamplePiece",
help='Piece name'
help='Piece name'
)
@click.option(
'--repository-path',
Expand Down Expand Up @@ -413,7 +413,6 @@ def cli_piece_repository(ctx):


cli_piece_repository.add_command(cli_organize_pieces_repository, name="organize")
cli_piece_repository.add_command(cli_pieces, name="pieces")
cli_piece_repository.add_command(cli_create_release, name="release")
cli_piece_repository.add_command(cli_delete_release, name="delete-release")
cli_piece_repository.add_command(cli_publish_images, name="publish-images")
Expand Down

0 comments on commit c653583

Please sign in to comment.