Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeMidnight
--action addUserPicture --userId "krishna" --file "picture.png" --mime "png"

In the above command

...

  •  for which we added user picture
  •  "picture.png" is the name of the image which is available in the CLI directory for --file.
  • --

...

  • mime is the optional parameter that is used for indicating the extensions of the --file parameter.