-
Notifications
You must be signed in to change notification settings - Fork 0
/
.help.txt
46 lines (32 loc) · 854 Bytes
/
.help.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*********
* Usage *
*********
`updateSystem [OPTIONS] [ENV]`
***********
* Options *
***********
- **-h, --help:** See a synopsis.
- **-o, --output:** Output the logs to a given file.
- **-v, --verbose:** While updating, be verbose & output what's being generated by each and every command. The default is that merely the main command entrances and exits will de displayed.
***********************
* Update Environments *
***********************
- macos
- mas
- homebrew
- ruby
- rvm
- python2
- pip
- system(all of the above combined)
******************
* Usage Examples *
******************
Updating everything:
update system
Update everything, be verbose, and log to the given location:
update -o ~/Desktop/update.log -v system
Just update `Ruby` & `PIP`:
update ruby pip
Be verbose and show what's going on while updating:
update -v