Skip to content

Nothing AI 플랫폼의 CLI(Command Line Interface) 프로그램

Notifications You must be signed in to change notification settings

copper-light/NothingAI-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NothingAI CLI

  • Nothing AI 플랫폼의 CLI(Command Line Interface) 프로그램

build

$ GOOS=darwin GOARCH=amd64 go build -o nothing

# nothing 빌드파일이 있는 곳에서, 실행환경에서 넣음
$ export NOTHING_HOME="설치경로"
$ export PATH=$PATH:$NOTHING_HOME/bin

Command

$ 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

About

Nothing AI 플랫폼의 CLI(Command Line Interface) 프로그램

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages