-
Notifications
You must be signed in to change notification settings - Fork 61
Paths API Commands in Tethys CLI #1205
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7eb35b4
* Added new Paths commands to Tethys CLI to find and add to file path…
jakeymac 1703596
Tests fixed
jakeymac a089a7e
Updated error messages and tests
jakeymac 13c686b
More test fixes
jakeymac 3f233d7
More test fixes
jakeymac feb7205
More test fixes/adjustments in tests
jakeymac 8e2a8ef
Fixed tests
jakeymac 1c1553d
* Updated paths command to account for quotas in workspaces/media
jakeymac 6e247f6
* Added test for new path commands
jakeymac 8d16b50
Formatting fix
jakeymac e28b1d4
Testing fix for failing tests
jakeymac 134e5d1
Fixes in tests failing in CI
jakeymac 8123418
* Added tests for new helper functions
jakeymac cb57e77
Formatting fixes
jakeymac bd71128
Added documentation for new Paths commands
jakeymac 5d1af0d
* Updated output of Paths command for user paths (workspace, media)
jakeymac 9960ed2
Updated documentation with formatted examples of Tethys Paths command…
jakeymac 2f26a05
Updated doc strings in workspace functions
jakeymac 9c3af09
formatting fix
jakeymac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| .. _paths_cmd: | ||
|
|
||
| paths command | ||
| ************** | ||
| Get information about Tethys paths from the Tethys Paths API and manage them. It can be used to list paths for specific apps or users and add files to those destinations. | ||
|
|
||
| For more info on the Paths API, see: :ref:`tethys_paths_api`. | ||
|
|
||
| .. argparse:: | ||
| :module: tethys_cli | ||
| :func: tethys_command_parser | ||
| :prog: tethys | ||
| :path: paths |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.