Skip to content

Commit ade787d

Browse files
Update README.md (#105)
1 parent 4e3c47c commit ade787d

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
#Codefresh-cli
1+
# Codefresh-cli
22
[![Codefresh build status]( https://g.codefresh.io/api/badges/build?repoOwner=codefresh-io&repoName=cli&branch=master&pipelineName=build&accountName=codefresh-inc&type=cf-1)]( https://g.codefresh.io/repositories/codefresh-io/cli/builds?filter=trigger:build;branch:master;service:5a4c94b54e6e5f0001c4f913~build)
3-
Codefresh CLi provides a full and flexible interface to interact with Codefresh.
3+
4+
Codefresh CLI provides a full and flexible interface to interact with Codefresh.
45

56
![demo](https://media.giphy.com/media/l3diTH6dKxGnXZcNa/giphy.gif)
67

7-
##Install
8+
## Install
89
In case you have node.js installed you can easily install with NPM.
910

1011
`npm install -g codefresh`
1112

1213
For other installation possibilities check out the <a href="http://cli.codefresh.io/installation" target="_blank">installation documentation</a>.
1314

14-
##Authenticate
15+
## Authenticate
16+
Generate a new api key from the <a href="https://g.codefresh.io/account/tokens" target="_blank">account settings</a> page.
1517

18+
`codefresh auth create-context --api-key {{API_KEY}}`
1619

17-
##Usage
20+
## Usage
1821
```$xslt
1922
codefresh <command>
2023
@@ -45,5 +48,5 @@ Options:
4548
--help Show help [boolean]
4649
```
4750

48-
##Documentation
51+
## Documentation
4952
For more information please visit the official <a href="http://cli.codefresh.io" target="_blank">CLI documentation</a> site.

lib/interface/cli/codefresh

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,21 @@ recursive(path.resolve(__dirname, 'commands'), (err, files) => {
6262
.version(false)
6363
.help('help')
6464
.epilogue(`
65-
___| | _| | ___| | _ _|
66-
| _ \\ _\` | _ \\ | __| _ \\ __| __ \\ | | |
67-
| ( | ( | __/ __| | __/\\__ \\ | | | | | |
68-
\\____|\\___/ \\__,_|\\___|_| _| \\___|____/_| |_| \\____|_____|___|
69-
70-
71-
For more information, find our official documentation at http://cli.codefresh.io
65+
## ##
66+
#### ####
67+
### // ###
68+
### //////// ///////// ###
69+
### /// ////// //////////// ###
70+
#### ///// ////// //////////// ####
71+
#### ///// /////// ////////// ####
72+
#### /////// ///// ////// ####
73+
#### ////// //// //// ####
74+
### //////////// // ###
75+
### //////// ###
76+
### //// ###
77+
### /// ###
78+
## ##
79+
\n\n\rFor more information, find our official documentation at http://cli.codefresh.io
7280
`)
7381
// .option('help', {
7482
// global: false,

0 commit comments

Comments
 (0)