2015-04-16 09:34:40 -04:00
{
"title" : "Resin CLI Documentation" ,
2017-01-18 17:57:52 +02:00
"introduction" : "This tool allows you to interact with the resin.io api from the comfort of your command line.\n\nPlease make sure your system meets the requirements as specified in the [README](https://github.com/resin-io/resin-cli).\n\nTo get started download the CLI from npm.\n\n\t$ npm install resin-cli -g\n\nThen authenticate yourself:\n\n\t$ resin login\n\nNow you have access to all the commands referenced below." ,
2015-04-16 09:34:40 -04:00
"categories" : [
{
"title" : "Application" ,
"files" : [
"lib/actions/app.coffee"
]
} ,
{
"title" : "Authentication" ,
"files" : [
"lib/actions/auth.coffee"
]
} ,
{
"title" : "Device" ,
"files" : [
"lib/actions/device.coffee"
]
} ,
{
"title" : "Environment Variables" ,
"files" : [
"lib/actions/environment-variables.coffee"
]
} ,
{
"title" : "Help" ,
"files" : [
"lib/actions/help.coffee"
]
} ,
{
"title" : "Information" ,
"files" : [
"lib/actions/info.coffee"
]
} ,
{
"title" : "Keys" ,
"files" : [
"lib/actions/keys.coffee"
]
} ,
{
"title" : "Logs" ,
"files" : [
"lib/actions/logs.coffee"
]
} ,
2016-03-28 09:25:40 -04:00
{
"title" : "Sync" ,
"files" : [
"lib/actions/sync.coffee"
]
} ,
2016-04-24 22:52:41 +03:00
{
"title" : "SSH" ,
"files" : [
"lib/actions/ssh.coffee"
]
} ,
2015-04-16 09:34:40 -04:00
{
"title" : "Notes" ,
"files" : [
"lib/actions/notes.coffee"
]
} ,
2015-09-29 13:03:14 -04:00
{
"title" : "OS" ,
"files" : [
"lib/actions/os.coffee"
]
} ,
2015-11-10 12:53:34 -04:00
{
"title" : "Config" ,
"files" : [
"lib/actions/config.coffee"
]
} ,
2015-11-15 22:08:02 -04:00
{
"title" : "Settings" ,
"files" : [
"lib/actions/settings.coffee"
]
} ,
2015-04-16 09:34:40 -04:00
{
2015-08-27 15:30:21 +03:00
"title" : "Wizard" ,
2015-04-16 09:34:40 -04:00
"files" : [
2015-08-27 15:30:21 +03:00
"lib/actions/wizard.coffee"
2015-04-16 09:34:40 -04:00
]
2017-04-11 14:25:54 +01:00
} ,
{
"title" : "Local" ,
"files" : [
"lib/actions/local/index.coffee"
]
2015-04-16 09:34:40 -04:00
}
]
}