This website works better with JavaScript.
Explore
Help
Register
Sign In
nijinlong1
/
DAGit
Watch
1
Star
0
Fork
You've already forked DAGit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6eefe71e55
anubhav
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6eefe71e55'
${ noResults }
DAGit
/
controlplane
/
actions.sh
3 lines
82 B
Raw
Blame
History
#!/bin/bash
wsk -i api list
|
awk -F
" "
'{if(NR>2)print $1,$4}'
> action_url.txt
Reference in new issue
View Git Blame
Copy Permalink