gmash gist create
Usage
gmash gist create [<-f <file>>...] [-t [titleFile] | -n [name]] [-r [readmeFile]] [-d [description]] [--no-readme] [--no-title] [-p(--public)]
Brief
Push given files as gists to GitHub. Adds a title.md and readme.md by default.
Params:
-f --file <filePath>
File(s) to upload to the gist.
-t --title <titleFile>
File to upload as the ‘title.md’. Generates a default if not set.
-n --name <gistName>
Title for the gist. Will set the name of the title file to ‘[title].md’. Otherwise, –title file name.
-r --readme <readmeFile>
File to upload as the ‘README.md’. Generates a default if not set.
-d --desc <gistDescription>
Description for the new gist.
Flags:
--no-readme
Don’t generate or add a ‘readme.md’ file.
--no-title
Don’t add a ‘title.md’ file. Implicitly disables ‘readme.md’ file. Creates an empty gist.
-p --public
Create a public gist. Default is secret.
Display:
-h --help
Display gmash, command or subcommand help. Use -h or –help.
-v --version [v0-0-0]
Display subcommand version.