Skip to content

Commit

Permalink
feat: add show_hidden flag and bump version to v0.8.0-alpha.1
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Feb 22, 2024
1 parent 8d09e88 commit 1d6321e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions examples/source/git/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
run:
kcl run https://github.com/kcl-lang/flask-demo-kcl-manifests

test:
make run
1 change: 1 addition & 0 deletions examples/source/makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test:
make -C oci
make -C git
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/spf13/cobra v1.8.0
kcl-lang.io/kcl-go v0.8.0-alpha.1
kcl-lang.io/kcl-go v0.8.0-alpha.1.0.20240222103725-9868c9e39e75
kcl-lang.io/kcl-openapi v0.5.5
kcl-lang.io/kcl-playground v0.5.1
kcl-lang.io/kpm v0.7.1-0.20240218044217-0224b99dc9f7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1325,8 +1325,8 @@ k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk=
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
kcl-lang.io/kcl-go v0.8.0-alpha.1 h1:T02YoAs2MobKXDozjwVTcAC8hKMKhfSlh4NFlcsXm30=
kcl-lang.io/kcl-go v0.8.0-alpha.1/go.mod h1:SCaK7BEK9158VWzIX1X8rVqCstmB/aKQdOD+GYjtW9E=
kcl-lang.io/kcl-go v0.8.0-alpha.1.0.20240222103725-9868c9e39e75 h1:OTCg+G1OMC/qGZvC0+mAOVDiMbTye0Z5uqWaLhmKprY=
kcl-lang.io/kcl-go v0.8.0-alpha.1.0.20240222103725-9868c9e39e75/go.mod h1:SCaK7BEK9158VWzIX1X8rVqCstmB/aKQdOD+GYjtW9E=
kcl-lang.io/kcl-openapi v0.5.5 h1:6LSbiy53nczagm7Ohgdy1DVgQ+5ffMihsOUY7PGkbh0=
kcl-lang.io/kcl-openapi v0.5.5/go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk=
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU=
Expand Down

0 comments on commit 1d6321e

Please sign in to comment.