Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Sep 16, 2024
1 parent 5091ad5 commit 458d780
Show file tree
Hide file tree
Showing 3 changed files with 15,233 additions and 15,817 deletions.
4 changes: 2 additions & 2 deletions cray/modules/bos/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
cli = generate(__file__, swagger_opts=SWAGGER_OPTS)

# Update v2 sessions should only be in the API -- not intended for CLI use
del cli.commands['v2'].commands['sessions'].commands['update']
#del cli.commands['v2'].commands['sessions'].commands['update']

# Remove all v1 endpoints
del cli.commands['v1']
#del cli.commands['v1']

# Place the v2 commands at the 'cray bos' level of the cli
CURRENT_VERSION = 'v2'
Expand Down
Loading

0 comments on commit 458d780

Please sign in to comment.