1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.TH shopify_api "1" "February 2025" "User Commands"
.SH NAME
shopify_api \- manual page for shopify_api.
.SH DESCRIPTION
.SS "Tasks:"
.TP
shopify_api add CONNECTION
# create a config file for a connection n...
.TP
shopify_api console [CONNECTION]
# start an API console for CONNECTION
.TP
shopify_api default [CONNECTION]
# show the default connection, or make CO...
.TP
shopify_api edit [CONNECTION]
# open the config file for CONNECTION wit...
.TP
shopify_api help [TASK]
# Describe available tasks or one specifi...
.TP
shopify_api list
# list available connections
.TP
shopify_api remove CONNECTION
# remove the config file for CONNECTION
.TP
shopify_api show [CONNECTION]
# output the location and contents of the...
.TP
shopify_api version
# output the version
|