Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP testing #163

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading