https://github.com/kubeflow/katib
Raw File
Tip revision: adb9d1d9746ae73241d3903828910b9210f48b5e authored by Akado2009 on 24 January 2019, 01:21:05 UTC
Update main.go
Tip revision: adb9d1d
katib-cli_push.md
## katib-cli push

Push a resource from a file or from stdin.

### Synopsis

YAML or JSON formats are accepted.

### Options

```
  -h, --help   help for push
```

### Options inherited from parent commands

```
  -s, --server string   katib manager API endpoint (default "localhost:6789")
```

### SEE ALSO

* [katib-cli](katib-cli.md)	 - katib cli
* [katib-cli push study](katib-cli_push_study.md)	 - Push a Study Info and its Models from a file or from stdin

###### Auto generated by spf13/cobra on 5-Jun-2018
back to top