mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
opds*: add link and see also note (#6074)
This commit is contained in:
parent
0bd4d824f0
commit
b139da2bb6
7 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# odps auth
|
||||
|
||||
> User authorities in ODPS (Open Data Processing Service).
|
||||
> See also `odps`.
|
||||
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
|
||||
|
||||
- Add a user to the current project:
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# odps func
|
||||
|
||||
> Manage functions in ODPS (Open Data Processing Service).
|
||||
> See also `odps`.
|
||||
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
|
||||
|
||||
- Show functions in the current project:
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# odps inst
|
||||
|
||||
> Manage instances in ODPS (Open Data Processing Service).
|
||||
> See also `odps`.
|
||||
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
|
||||
|
||||
- Show instances created by current user:
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# odps resource
|
||||
|
||||
> Manage resources in ODPS (Open Data Processing Service).
|
||||
> See also `odps`.
|
||||
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
|
||||
|
||||
- Show resources in the current project:
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# odps table
|
||||
|
||||
> Create and modify tables in ODPS (Open Data Processing Service).
|
||||
> See also `odps`.
|
||||
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
|
||||
|
||||
- Create a table with partition and lifecycle:
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# odps tunnel
|
||||
|
||||
> Data tunnel in ODPS (Open Data Processing Service).
|
||||
> See also `odps`.
|
||||
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
|
||||
|
||||
- Download table to local file:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# odps
|
||||
|
||||
> Aliyun ODPS (Open Data Processing Service) command-line tool.
|
||||
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
|
||||
|
||||
- Start the command-line with a custom configuration file:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue