Commit Graph

71 Commits

Author SHA1 Message Date
Matej Vasek acbaf48c0b Add shell completion for bash and zsh 2020-05-26 23:15:37 +02:00
Luke K a0e9fcb11c
remove debug and cleanup 2020-05-25 08:56:46 +00:00
Luke K 0db3d97efe
expose function derived name for cli default precalculation 2020-05-25 08:44:58 +00:00
Luke K 625a270942
bind flags on pre-run rather than init 2020-05-25 08:44:28 +00:00
Luke K 032ab96787
gather create config from user using prompts 2020-05-25 08:43:55 +00:00
Luke K 011bf14553
prompt package 2020-05-25 08:42:40 +00:00
Luke K c12c5c17d2
gather create parameters into a structure 2020-05-23 03:30:40 +00:00
Luke K fd27affb4b
final url print placeholder 2020-05-23 01:25:12 +00:00
Luke K dbc97b1652
v0.0.17 2020-05-11 07:05:56 +00:00
Luke K 6db70b368b
convert to/from kube subdomain encoding for service name in describe 2020-05-11 07:01:25 +00:00
Luke K 31d601197a
expand describe to default to current active function (CWD) 2020-05-11 04:59:41 +00:00
Luke K 88d806b52b
allow path to be provided to commands 2020-05-11 04:01:49 +00:00
Luke K 853d0eb4db
remove defaults to CWD, with name parameter available 2020-05-11 01:40:37 +00:00
Luke K 48e761c999
internal mode stub 2020-05-11 00:27:49 +00:00
Luke K be955cce39
update local mode to option 2020-05-11 00:24:11 +00:00
Luke K 33a86e6e91
references to client now faas root package 2020-05-11 00:21:17 +00:00
Luke K 724b64b51a
FaasNamespace to DefaultNamespace 2020-05-11 00:17:39 +00:00
Luke K a6c10fdaa8
separate function from client to enable contextless methods such as List 2020-05-11 00:12:19 +00:00
Luke K d0b1752a43
add a previously-initialzied test example 2020-05-10 23:55:04 +00:00
Luke K 1a3fbe294d
flatten package structure 2020-05-10 23:55:04 +00:00
Luke K 208fba4f40
move binary to cmd/faas 2020-05-10 23:55:03 +00:00
Luke K e72e728b12
Merge remote-tracking branch 'matej/describe-funs' into develop 2020-05-10 23:46:39 +00:00
Matej Vasek 380cc2f3ef feat: 'describe' sub-command for faas cli 2020-05-05 01:13:48 +02:00
Luke K b2b1a3fd92
reenable dnsProvider invocation 2020-05-04 14:44:13 +00:00
Luke K 19f19d2eed
convert subdomain-encoded name to domain on list 2020-05-03 15:23:05 +00:00
Luke K b7840dbcbf
remove dnsProvider invocation 2020-05-03 15:22:40 +00:00
lkingland 130751b01e
Merge pull request #6 from matejvasek/fixing-namespace
Fix namespace
2020-05-04 00:19:28 +09:00
Matej Vasek db4a53e01c Change namespace: default->faas 2020-04-28 21:06:00 +02:00
Luke K 039e5506c4
create --internal stub 2020-04-28 16:25:40 +00:00
Luke K e70c8632e3
doc: command description 2020-04-28 16:01:17 +00:00
Luke K 17b2366505
v0.0.16 2020-04-27 15:21:39 +00:00
Luke K 7a5ed33066
Merge branch 'fix-ns-assign' into develop 2020-04-27 15:10:55 +00:00
Luke K 75bbf68013
Merge branch 'rename-pkgs' into develop 2020-04-27 15:04:15 +00:00
Luke K 2afed9a7d2
use label selector const 2020-04-27 15:03:14 +00:00
Luke K 0022829269
pull lister into client library 2020-04-27 15:02:36 +00:00
Matej Vasek 09cb2d5425 Rename packages
Needed since the project has been moved.
2020-04-27 16:45:46 +02:00
Matej Vasek 73f6827899 Fix namespace setting 2020-04-27 16:39:59 +02:00
lkingland 3224123222
Pull list into client library
* pull list into client library

* fix list formatting
2020-04-27 16:03:29 +02:00
Matej Vasek 08c986011a feat: list sub-command for faas cli 2020-04-23 16:29:33 +02:00
Luke K 69ea82d88c
docs: appsody with boson stacks config 2020-04-23 10:35:07 +00:00
Luke K c0f0d34786
Support user-defined service name, persisted via config. 2020-04-23 10:31:21 +00:00
Luke K fe12839e97
updater: add kn-based implementation 2020-04-18 16:29:43 +00:00
Luke K 3656f532b6
builder: remove superfluous appsody deploy yaml after build 2020-04-17 15:59:06 +00:00
Luke K a32f235c52
deployer: move domain to labels 2020-04-16 19:14:11 +00:00
Luke K 23308783cd
moved cluster config notes and yamls to dedicated config repo 2020-04-15 16:57:44 +00:00
Luke K 132ce75dda
service removal impl with directory state prereq checks on create 2020-04-12 17:59:08 +00:00
Luke K 12b45a3b1a
docs: configuration additions 2020-04-11 19:45:58 +00:00
Luke K 3b0531cf70
dependencies update 2020-04-11 19:45:29 +00:00
Luke K 8b404c090c
enable pusher and deployer in command 2020-04-11 19:45:05 +00:00
Luke K 8d09582051
core tests with mocks for pusher and deployer 2020-04-11 19:44:47 +00:00