Commands
- magellan-cli http get PATH
- magellan-cli http post PATH
- magellan-cli http put PATH
- magellan-cli http patch PATH
- magellan-cli http delete PATH
- magellan-cli http ping
- magellan-cli http help [COMMAND]
Global Options
Options:
-v, [--version], [--no-version] # Show the program version
-V, [--verbose], [--no-verbose] # Show additional logging information
-D, [--dryrun], [--no-dryrun] # Do a dry run without executing actions
Details
get
magellan-cli http get PATH
Options:
-H, [--headers=HEADERS] # JSON style string or .yml or .json file path which has content
Send a HTTP request with GET method
post
magellan-cli http post PATH
Options:
-d, [--body=BODY] # String or file path which has body
-H, [--headers=HEADERS] # JSON style string or .yml or .json file path which has content
Send a HTTP request with POST method
put
magellan-cli http put PATH
Options:
-d, [--body=BODY] # String or file path which has body
-H, [--headers=HEADERS] # JSON style string or .yml or .json file path which has content
Send a HTTP request with PUT method
patch
magellan-cli http patch PATH
Options:
-d, [--body=BODY] # String or file path which has body
-H, [--headers=HEADERS] # JSON style string or .yml or .json file path which has content
Send a HTTP request with PATCH method
delete
magellan-cli http delete PATH
Options:
-H, [--headers=HEADERS] # JSON style string or .yml or .json file path which has content
Send a HTTP request with DELETE method
ping
magellan-cli http ping
Send a HTTP request to check connection
help
magellan-cli http help [COMMAND]
Describe available commands or one specific command