Skip to content

Commit

Permalink
Undeprecate 'neuro job save' command (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Sep 24, 2021
1 parent e742143 commit 0a7bb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.D/2336.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Undeprecate `neuro job save` command, we decided to support this functionality in future.
2 changes: 1 addition & 1 deletion neuro-cli/src/neuro_cli/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ async def renderer() -> None:
await asyncio.gather(create_pollers(), renderer())


@command(deprecated=True, hidden=True)
@command()
@argument("job", type=JOB)
@argument("image", type=RemoteImageType())
async def save(root: Root, job: str, image: RemoteImage) -> None:
Expand Down

0 comments on commit 0a7bb58

Please sign in to comment.