Skip to content

Commit c0c5569

Browse files
add .gitattributes file (#195)
1 parent 613ffbb commit c0c5569

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text eol=lf

lib/interface/cli/commands/context/create/helm-repo/base.cmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const debug = require('debug')('codefresh:cli:create:context:helmRepo');
22
const Command = require('../../../../Command');
33
const createContext = require('../../create.cmd');
4+
const yargs = require('yargs');
45

56
const command = new Command({
67
command: 'helm-repository',

lib/interface/cli/commands/trigger/get.cmd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const { specifyOutputForSingle, specifyOutputForArray } = require('../../helpers
66
const getRoot = require('../root/get.cmd');
77

88
const command = new Command({
9-
command: 'trigger',
10-
aliases: ['t'],
9+
command: 'triggers',
10+
aliases: ['trigger', 't'],
1111
parent: getRoot,
1212
description: 'Get triggers, optionally filtered by pipeline or event',
1313
webDocs: {

lib/interface/cli/commands/trigger/type/get.cmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const getRoot = require('../../root/get.cmd');
88

99
const command = new Command({
1010
command: 'trigger-types',
11+
aliases: ['trigger-type'],
1112
parent: getRoot,
1213
description: 'Get a list of available trigger-types',
1314
webDocs: {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"draftlog": "^1.0.12",
3838
"filesize": "^3.5.11",
3939
"firebase": "git+https://github.com/codefresh-io/firebase.git#80b2ed883ff281cd67b53bd0f6a0bbd6f330fed5",
40+
"hoek": "4.2.1",
4041
"js-yaml": "^3.10.0",
4142
"jsonwebtoken": "^8.1.0",
4243
"kefir": "^3.8.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ hoek@2.x.x:
18541854
version "2.16.3"
18551855
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
18561856

1857-
hoek@4.x.x:
1857+
hoek@4.2.1, hoek@4.x.x:
18581858
version "4.2.1"
18591859
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb"
18601860

0 commit comments

Comments
 (0)