NAME

shopify-themer.pl - Supports the pushing and pulling of themes from a shopify store.

SYNOPSIS

shopify-themer.pl action [options]

action		Action can be one of several things.
	
		info
		Spits out a bunch of theme information in JSON form.
		Mainly used for debugging.

		pullAll
		Pulls all themes from the shop

		pushAll
		Pushes all assets from all themes.

		push <ID/Name>
		Pushes all assets from the specified theme.

		pull <ID/Name>
		Pulls all assets form the specified theme.

		installGedit
		Checks for gedit on the system and then
		installs the appropriate plugin into
		the gedit configuration folder.

--help		Displays this messaqge.
--fullhelp	Displays the full pod doc.