Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
dafang2021 committed Sep 6, 2020
1 parent f93c0d2 commit 1a1747f
Show file tree
Hide file tree
Showing 68 changed files with 18,222 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added IBM_Cloud_CLI/.DS_Store
Binary file not shown.
882 changes: 882 additions & 0 deletions IBM_Cloud_CLI/CF_CLI_Notices.txt

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions IBM_Cloud_CLI/CF_CLI_SLC_Notices.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NOTICES AND INFORMATION FOR EXCLUDED COMPONENTS

cloudfoundry_cli

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

TABLE OF CONTENTS

THE REMAINDER OF THIS IBM NOTICES FILE CONSISTS OF THE FOLLOWING
SECTIONS:

CC-BY-3.0

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

CREATIVE COMMONS ATTRIBUTION 3.0 GENERIC

The Program includes some or all of the following works licensed under
the Creative Commons.
The url to the license is https://creativecommons.org/licenses/by/3.0/legalcode

BOOTSTRAP DOCS (https://github.com/twbs/bootstrap/tree/v3.3.2)

END OF CREATIVE COMMONS ATTRIBUTION 3.0 GENERIC NOTICES AND INFORMATION
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

END OF IBM NOTICES AND INFORMATION
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

END OF NOTICE FILE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

16 changes: 16 additions & 0 deletions IBM_Cloud_CLI/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
LICENSE INFORMATION

The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (Z125-5589-05) applies.

Program Name (Program Number):
IBM Cloud Command Line Interface (Tool)

The following standard terms apply to Licensee's use of the Program.

Prohibited Uses

Licensee may not use or authorize others to use the Program if failure of the Program could lead to death, bodily injury, or property or environmental damage.

L/N: L-JJYU-BDAD79
D/N: L-JJYU-BDAD79
P/N: L-JJYU-BDAD79
18 changes: 18 additions & 0 deletions IBM_Cloud_CLI/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Apache Software License 2.0
The Program includes some or all of the following that IBM obtained under the Apache License Version 2.0:
* github.com/cloudfoundry/cli
* github.com/cloudfoundry/jibber_jabber


BSD License
The Program includes some or all of the following that IBM obtained under the BSD License:
* golang.org/x/crypto
* golang.org/x/sys


MIT License
The Program includes some or all of the following that IBM obtained under the MIT License:
* github.com/blang/semver
* github.com/mattn/go-colorable
* github.com/mattn/go-isatty
* github.com/nicksnyder/go-i18n
16 changes: 16 additions & 0 deletions IBM_Cloud_CLI/autocomplete/bash_autocomplete
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

_bash_autocomplete() {
local cur opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
opts=$( "${COMP_WORDS[@]:0:$COMP_CWORD}" --generate-bash-completion )
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
return 0
}

PROGS=("bluemix" "bx" "ibmcloud")
for p in "${PROGS[@]}";
do
complete -o default -F _bash_autocomplete "$p"
done
8 changes: 8 additions & 0 deletions IBM_Cloud_CLI/autocomplete/zsh_autocomplete
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
if ! (( $+functions[compdef] )) ; then
autoload -U +X compinit && compinit
fi

autoload -U +X bashcompinit && bashcompinit

script_dir=$(dirname $0)
source ${script_dir}/bash_autocomplete
Binary file added IBM_Cloud_CLI/ibmcloud
Binary file not shown.
Binary file added IBM_Cloud_CLI/ibmcloud-analytics
Binary file not shown.
3 changes: 3 additions & 0 deletions IBM_Cloud_CLI/ibmcloud-analytics.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
㰋﬈毳ꀁ⧟≁㏚熬顾ཥ㎳퐤ἱ銓왇⛥ᚋ蟘ᬸ뽒赝ព嗕毹▂ꄄ尦ャ丒䡫䕡웈̓킺怜쪩鎜銣䤹ힱ睺ᖸ딣䫸હ䓢쁼⹻﹢円渃镏�ୁ䱞ẩ荐ऴ翷㒂ἵれ㒴圷�욊⽼팋茳ﳑ胒ፙ链Ł胨펷䇤�믚䖈뇊䐳⽄ꚠ켓�愬뗎홭⊇蓂퀪ᰃ꿂悐酑�ꇰ�⏤棗㣥纄㐄膎䪊⋯ٻ⼫钶䑟֭蘙麪⽋ձ㤖垆
�D��|.{�bQ��_n�O�� AL^��P 4�4�50�4�W7��Ɗ/|� �3�р�Y��A��ӷA�ܔ��E���D3/D����
a,���m"����5�*��`��Q�2�R����#��h�8���~��@4��J���"�{/+����D_����/Kq9W�
Binary file added IBM_Cloud_CLI/ibmcloud.sig
Binary file not shown.
Loading

0 comments on commit 1a1747f

Please sign in to comment.