- Nothing AI 플랫폼의 CLI(Command Line Interface) 프로그램
$ GOOS=darwin GOARCH=amd64 go build -o nothing
# nothing 빌드파일이 있는 곳에서, 실행환경에서 넣음
$ export NOTHING_HOME="설치경로"
$ export PATH=$PATH:$NOTHING_HOME/bin
$ nothing --help
CLI to Nothing AI
Usage:
nothing [COMMAND] [flags]
Basic Commands
create Create a resource
describe Show details of a specific resource
edit Edit a resource
get List resources
Other Commands
resources List types of a resource
Additional Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
Flags:
-h, --help help for nothing
-v, --version Print version information
Use "nothing [command] --help" for more information about a command.
$ nothing resources
RESOURCE-TYPE DESCRIPTION
models Manage models
datasets Manage datasets
experiments Manage experiments
tasks Manage tasks